Go to the source code of this file.
Functions | |
void | __read_idt (idt_reg_x64_t *idt_reg) noexcept |
void | __write_idt (idt_reg_x64_t *idt_reg) noexcept |
Variables | |
std::vector< idt_x64::interrupt_descriptor_type > | g_idt |
idt_reg_x64_t | g_idt_reg |
|
noexcept |
Definition at line 38 of file test_idt_x64.cpp.
|
noexcept |
Definition at line 42 of file test_idt_x64.cpp.
std::vector<idt_x64::interrupt_descriptor_type> g_idt |
Definition at line 27 of file test_idt_x64.cpp.
idt_reg_x64_t g_idt_reg |
Definition at line 35 of file test_idt_x64.cpp.