From 74d1b6fd9991d1fb7dc19f09b06f7b2277874ece Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 16 Apr 2022 20:25:59 +0000 Subject: deploy: 38cd31ed203999122c500d389de38bb051ce979e --- kvm_rs/x86_64/constant.SEG_SELECTOR_INDEX.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 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 6be8c6d..b658097 100644 --- a/kvm_rs/x86_64/constant.SEG_SELECTOR_INDEX.html +++ b/kvm_rs/x86_64/constant.SEG_SELECTOR_INDEX.html @@ -1,6 +1,11 @@ -SEG_SELECTOR_INDEX in kvm_rs::x86_64 - Rust - -

Constant kvm_rs::x86_64::SEG_SELECTOR_INDEX[][src]

pub const SEG_SELECTOR_INDEX: u16 = 0x1fff << 3; // 0xfff8u16
Expand description

Table index.

+SEG_SELECTOR_INDEX in kvm_rs::x86_64 - Rust + +
pub const SEG_SELECTOR_INDEX: u16 = 0x1fff << 3; // 0xfff8u16
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 +
+ \ No newline at end of file -- cgit v1.2.3