Go to the source code of this file.
Functions | |
| void | __read_gdt (gdt_reg_x64_t *gdt_reg) noexcept |
| void | __write_gdt (gdt_reg_x64_t *gdt_reg) noexcept |
Variables | |
| std::vector< gdt_x64::segment_descriptor_type > | g_gdt |
| gdt_reg_x64_t | g_gdt_reg |
|
noexcept |
Definition at line 38 of file test_gdt_x64.cpp.
|
noexcept |
Definition at line 42 of file test_gdt_x64.cpp.
| std::vector<gdt_x64::segment_descriptor_type> g_gdt |
Definition at line 27 of file test_gdt_x64.cpp.
| gdt_reg_x64_t g_gdt_reg |
Definition at line 35 of file test_gdt_x64.cpp.
1.8.14