StuBS
|
Macros | |
#define | CAST_TO_REGISTER(REG) Register(static_cast<void*>(&(REG)), sizeof(REG)) |
Constants | |
static State | state [Core::MAX] |
Storage for the current core register state. | |
static FPU::State | fpu_state [Core::MAX] |
Storage for the current FPU state of the core. | |
#define CAST_TO_REGISTER | ( | REG | ) | Register(static_cast<void*>(&(REG)), sizeof(REG)) |
Storage for the current core register state.
Updated at the beginning of interrupt handling and written back at the end (with possibly modified values)
|
static |
Storage for the current FPU state of the core.
Stored when State::save is called using FXSAVE
(in FPU::State::save()) and later restored with FXRSTOR
(in FPU::State::restore()) – with modified values if necessary