MicrOS
|
#include <exception_state.h>
Public Attributes | |
uint64_t | idtr |
uint64_t | gdtr |
uint32_t | gs |
uint32_t | fs |
uint32_t | es |
uint32_t | cr4 |
uint32_t | cr3 |
uint32_t | cr2 |
uint32_t | cr0 |
uint32_t | ds |
registers_state | registers |
fpu_state | fpu_state |
uint32_t | interrupt_number |
uint32_t | error_code |
uint32_t | eip |
uint32_t | cs |
uint32_t | eflags |
uint32_t | esp |
uint32_t | ss |
uint32_t exception_state::cr0 |
uint32_t exception_state::cr2 |
uint32_t exception_state::cr3 |
uint32_t exception_state::cr4 |
uint32_t exception_state::cs |
uint32_t exception_state::ds |
uint32_t exception_state::eflags |
uint32_t exception_state::eip |
uint32_t exception_state::error_code |
uint32_t exception_state::es |
uint32_t exception_state::esp |
fpu_state exception_state::fpu_state |
uint32_t exception_state::fs |
uint64_t exception_state::gdtr |
uint32_t exception_state::gs |
uint64_t exception_state::idtr |
uint32_t exception_state::interrupt_number |
registers_state exception_state::registers |
uint32_t exception_state::ss |