Public Types | |
using | limit_type = uint16_t |
using | base_type = uint64_t * |
Public Member Functions | |
idt_reg_x64_t () noexcept | |
idt_reg_x64_t (base_type b, limit_type l) noexcept | |
Data Fields | |
limit_type | limit |
base_type | base |
using idt_reg_x64_t::limit_type = uint16_t |
using idt_reg_x64_t::base_type = uint64_t * |
|
inlinenoexcept |
limit_type idt_reg_x64_t::limit |