Constant kvm_rs::x86_64::SEG_SELECTOR_INDEX
source · pub const SEG_SELECTOR_INDEX: u16 = _; // 65_528u16
Expand description
Table index.
Index into the GDT
or LDT
table to select the segment descriptor. GDT.base + 8 * index
gives the address of the segment descriptor (times 8
because every segment descriptor is 8 byte
).