MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / push_stack

Method push_stack

icicle-cortexm/src/lib.rs:595–597  ·  view source on GitHub ↗

Handles code associated with pushing the stack frame associated with an interrupt entry. Note: Currently most of the code is implemented by Fuzzware.

(&mut self, cpu: &mut Cpu)

Source from the content-addressed store, hash-verified

593 ///
594 /// Note: Currently most of the code is implemented by Fuzzware.
595 pub fn push_stack(&mut self, cpu: &mut Cpu) {
596 self.masking.mask_entry(self, cpu)
597 }
598
599 /// Handles code associated with poping the stack frame after returning from an interrupt.
600 ///

Callers 2

ExceptionEntryFunction · 0.80
push_stackFunction · 0.80

Calls 1

mask_entryMethod · 0.80

Tested by

no test coverage detected