Constant kvm_rs::x86_64::SEG_SELECTOR_RPL
source · [−]pub const SEG_SELECTOR_RPL: u16 = 0b11 << 0; // 3u16
Expand description
Requested privilege level.
Privilege level of the segment selector, where 0
is the most privileged mode and 3
the
least.