The Pedigree Project 0.1
Public Member Functions | Public Attributes | List of all members
Arm64SchedulerState Class Reference
+ Collaboration diagram for Arm64SchedulerState:

Public Member Functions

uintptr_t getInstructionPointer () const
 

Public Attributes

uint64_t x19ToX30 [12]
 
uint64_t sp
 
uint64_t pc
 
uint64_t fpcr
 
uint64_t fpsr
 
uint8_t q [32][16]
 

Detailed Description

Definition at line 133 of file arm64/state.h.

Member Function Documentation

◆ getInstructionPointer()

uintptr_t Arm64SchedulerState::getInstructionPointer ( ) const
inline

Definition at line 135 of file arm64/state.h.

Member Data Documentation

◆ fpcr

uint64_t Arm64SchedulerState::fpcr

Definition at line 142 of file arm64/state.h.

◆ fpsr

uint64_t Arm64SchedulerState::fpsr

Definition at line 143 of file arm64/state.h.

◆ pc

uint64_t Arm64SchedulerState::pc

Definition at line 141 of file arm64/state.h.

◆ q

uint8_t Arm64SchedulerState::q[32][16]

Definition at line 144 of file arm64/state.h.

◆ sp

uint64_t Arm64SchedulerState::sp

Definition at line 140 of file arm64/state.h.

◆ x19ToX30

uint64_t Arm64SchedulerState::x19ToX30[12]

Definition at line 139 of file arm64/state.h.


The documentation for this class was generated from the following file: