Struct x86::dtables::DescriptorTablePointer
[−]
[src]
pub struct DescriptorTablePointer { pub limit: u16, pub base: u64, }
A struct describing a pointer to a descriptor table (GDT / IDT). This is in a format suitable for giving to 'lgdt' or 'lidt'.
Fields
limit: u16
Size of the DT.
base: u64
Pointer to the memory region containing the DT.