Struct hvdef::HvRegisterVsmCapabilities

source ·
pub struct HvRegisterVsmCapabilities(/* private fields */);

Implementations§

source§

impl HvRegisterVsmCapabilities

source

pub const fn new() -> Self

Creates a new default initialized bitfield.

source

pub const fn from_bits(bits: u64) -> Self

Convert from bits.

source

pub const fn into_bits(self) -> u64

Convert into bits.

source

pub const fn dr6_shared(&self) -> bool

Bits: 0..1

source

pub const fn with_dr6_shared(self, value: bool) -> Self

Bits: 0..1

source

pub fn set_dr6_shared(&mut self, value: bool)

Bits: 0..1

source

pub const fn mbec_vtl_mask(&self) -> u16

Bits: 1..17

source

pub const fn with_mbec_vtl_mask(self, value: u16) -> Self

Bits: 1..17

source

pub fn set_mbec_vtl_mask(&mut self, value: u16)

Bits: 1..17

source

pub const fn deny_lower_vtl_startup(&self) -> bool

Bits: 17..18

source

pub const fn with_deny_lower_vtl_startup(self, value: bool) -> Self

Bits: 17..18

source

pub fn set_deny_lower_vtl_startup(&mut self, value: bool)

Bits: 17..18

source

pub const fn supervisor_shadow_stack(&self) -> bool

Bits: 18..19

source

pub const fn with_supervisor_shadow_stack(self, value: bool) -> Self

Bits: 18..19

source

pub fn set_supervisor_shadow_stack(&mut self, value: bool)

Bits: 18..19

source

pub const fn hardware_hvpt_available(&self) -> bool

Bits: 19..20

source

pub const fn with_hardware_hvpt_available(self, value: bool) -> Self

Bits: 19..20

source

pub fn set_hardware_hvpt_available(&mut self, value: bool)

Bits: 19..20

source

pub const fn software_hvpt_available(&self) -> bool

Bits: 20..21

source

pub const fn with_software_hvpt_available(self, value: bool) -> Self

Bits: 20..21

source

pub fn set_software_hvpt_available(&mut self, value: bool)

Bits: 20..21

source

pub const fn hardware_hvpt_range_bits(&self) -> u8

Bits: 21..27

source

pub const fn with_hardware_hvpt_range_bits(self, value: u8) -> Self

Bits: 21..27

source

pub fn set_hardware_hvpt_range_bits(&mut self, value: u8)

Bits: 21..27

source

pub const fn intercept_page_available(&self) -> bool

Bits: 27..28

source

pub const fn with_intercept_page_available(self, value: bool) -> Self

Bits: 27..28

source

pub fn set_intercept_page_available(&mut self, value: bool)

Bits: 27..28

source

pub const fn return_action_available(&self) -> bool

Bits: 28..29

source

pub const fn with_return_action_available(self, value: bool) -> Self

Bits: 28..29

source

pub fn set_return_action_available(&mut self, value: bool)

Bits: 28..29

source

pub const fn vtl0_alias_map_available(&self) -> bool

If the VTL0 view of memory is mapped to the high address space, which is the highest legal physical address bit.

Only available in VTL2.

Bits: 29..30

source

pub const fn with_vtl0_alias_map_available(self, value: bool) -> Self

If the VTL0 view of memory is mapped to the high address space, which is the highest legal physical address bit.

Only available in VTL2.

Bits: 29..30

source

pub fn set_vtl0_alias_map_available(&mut self, value: bool)

If the VTL0 view of memory is mapped to the high address space, which is the highest legal physical address bit.

Only available in VTL2.

Bits: 29..30

source

pub const fn intercept_not_present_available(&self) -> bool

If the HvRegisterVsmPartitionConfig register has support for intercept_not_present.

Only available in VTL2.

Bits: 30..31

source

pub const fn with_intercept_not_present_available(self, value: bool) -> Self

If the HvRegisterVsmPartitionConfig register has support for intercept_not_present.

Only available in VTL2.

Bits: 30..31

source

pub fn set_intercept_not_present_available(&mut self, value: bool)

If the HvRegisterVsmPartitionConfig register has support for intercept_not_present.

Only available in VTL2.

Bits: 30..31

source

pub const fn install_intercept_ex(&self) -> bool

Bits: 31..32

source

pub const fn with_install_intercept_ex(self, value: bool) -> Self

Bits: 31..32

source

pub fn set_install_intercept_ex(&mut self, value: bool)

Bits: 31..32

source

pub const fn intercept_system_reset_available(&self) -> bool

Only available in VTL2.

Bits: 32..33

source

pub const fn with_intercept_system_reset_available(self, value: bool) -> Self

Only available in VTL2.

Bits: 32..33

source

pub fn set_intercept_system_reset_available(&mut self, value: bool)

Only available in VTL2.

Bits: 32..33

source

pub const fn reserved(&self) -> u64

Bits: 33..64

source

pub const fn with_reserved(self, value: u64) -> Self

Bits: 33..64

source

pub fn set_reserved(&mut self, value: u64)

Bits: 33..64

Trait Implementations§

source§

impl Clone for HvRegisterVsmCapabilities

source§

fn clone(&self) -> HvRegisterVsmCapabilities

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for HvRegisterVsmCapabilities

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for HvRegisterVsmCapabilities

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl From<HvRegisterVsmCapabilities> for u64

source§

fn from(v: HvRegisterVsmCapabilities) -> u64

Converts to this type from the input type.
source§

impl From<u64> for HvRegisterVsmCapabilities

source§

fn from(v: u64) -> Self

Converts to this type from the input type.
source§

impl Copy for HvRegisterVsmCapabilities

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

source§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.