From c44661b4d904f8be227faef8f84ddb22934a01e8 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 23 Aug 2022 19:58:51 +0000 Subject: deploy: c94950f9dca80387aab264c7aa4044feff76625c --- kvm_rs/x86_64/constant.SEG_SELECTOR_INDEX.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'kvm_rs/x86_64/constant.SEG_SELECTOR_INDEX.html') diff --git a/kvm_rs/x86_64/constant.SEG_SELECTOR_INDEX.html b/kvm_rs/x86_64/constant.SEG_SELECTOR_INDEX.html index b658097..bd05fd0 100644 --- a/kvm_rs/x86_64/constant.SEG_SELECTOR_INDEX.html +++ b/kvm_rs/x86_64/constant.SEG_SELECTOR_INDEX.html @@ -1,11 +1,12 @@ -SEG_SELECTOR_INDEX in kvm_rs::x86_64 - Rust -
pub const SEG_SELECTOR_INDEX: u16 = 0x1fff << 3; // 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).

-
+
\ No newline at end of file -- cgit v1.2.3