Functions | Variables
test_idt_x64.cpp File Reference

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_typeg_idt
 
idt_reg_x64_t g_idt_reg
 

Function Documentation

◆ __read_idt()

void __read_idt ( idt_reg_x64_t idt_reg)
noexcept

Definition at line 38 of file test_idt_x64.cpp.

◆ __write_idt()

void __write_idt ( idt_reg_x64_t idt_reg)
noexcept

Definition at line 42 of file test_idt_x64.cpp.

Variable Documentation

◆ g_idt

Initial value:
=
{
0xFFFFFFFFFFFFFFFF,
0xFFFFFFFFFFFFFFFF,
0xFFFFFFFFFFFFFFFF,
0xFFFFFFFFFFFFFFFF
}

Definition at line 27 of file test_idt_x64.cpp.

◆ g_idt_reg

idt_reg_x64_t g_idt_reg

Definition at line 35 of file test_idt_x64.cpp.