20 #ifndef KERNEL_PROCESSOR_ARMV7_STACKFRAME_H 21 #define KERNEL_PROCESSOR_ARMV7_STACKFRAME_H 23 #include "pedigree/kernel/compiler.h" 24 #include "pedigree/kernel/processor/StackFrameBase.h" 25 #include "pedigree/kernel/processor/types.h" 37 const ProcessorState &State, uintptr_t basePointer,
56 ProcessorState &state, uintptr_t returnAddress,
unsigned int nParams,
static void construct(ProcessorState &state, uintptr_t returnAddress, unsigned int nParams,...)
virtual uintptr_t getParameter(size_t n)
ARMV7StackFrame(const ProcessorState &State, uintptr_t basePointer, LargeStaticString mangledSymbol)