20 #ifndef KERNEL_PROCESSOR_ARM926E_STATE_H 21 #define KERNEL_PROCESSOR_ARM926E_STATE_H 23 #include "pedigree/kernel/compiler.h" 24 #include "pedigree/kernel/processor/types.h" 61 processor_register_t
getRegister(
size_t index)
const;
147 uint8_t x87FPU_MMX_XMM_MXCSR_State[512 + 16]
__attribute__((aligned(16)));
processor_register_t getRegister(size_t index) const
uintptr_t getBasePointer() const
size_t getRegisterSize(size_t index) const
void setStackPointer(uintptr_t stackPointer)
size_t getSyscallService() const
size_t getSyscallNumber() const
size_t getRegisterCount() const
const char * getRegisterName(size_t index) const
size_t getInterruptNumber() const
void setInstructionPointer(uintptr_t instructionPointer)
ARM926EInterruptState & operator=(const ARM926EInterruptState &)
void setBasePointer(uintptr_t basePointer)
uintptr_t getInstructionPointer() const
uintptr_t getStackPointer() const