Enum simics_api_sys::bindings::x86_access_type

source ·
#[repr(u32)]
pub enum x86_access_type {
Show 58 variants X86_Other = 0, X86_Vanilla = 1, X86_Instruction = 2, X86_Clflush = 3, X86_Fpu_Env = 4, X86_Fpu_State = 5, X86_Idt = 6, X86_Gdt = 7, X86_Ldt = 8, X86_Task_Segment = 9, X86_Task_Switch = 10, X86_Far_Call_Parameter = 11, X86_Stack = 12, X86_Pml4 = 13, X86_Pdp = 14, X86_Pd = 15, X86_Pt = 16, X86_Sse = 17, X86_Fpu = 18, X86_Access_Simple = 19, X86_Microcode_Update = 20, X86_Non_Temporal = 21, X86_Prefetch_3DNow = 22, X86_Prefetchw_3DNow = 23, X86_Prefetch_T0 = 24, X86_Prefetch_T1 = 25, X86_Prefetch_T2 = 26, X86_Prefetch_NTA = 27, X86_Loadall = 28, X86_Atomic_Info = 29, X86_Cmpxchg16b = 30, X86_Smm_State = 31, X86_Vmcs = 32, X86_Vmx_IO_Bitmap = 33, X86_Vmx_Vapic = 34, X86_Vmx_Msr = 35, X86_Vmx_Msr_Bitmaps = 36, X86_Pml4e = 37, X86_Pdpte = 38, X86_Pde = 39, X86_Pte = 40, X86_Invept_Descriptor = 41, X86_Shadow_Stack = 42, X86_Invvpid_Descriptor = 43, X86_Processor_Trace = 44, X86_Pml5 = 45, X86_Pml5e = 46, X86_Pdp_Pae = 47, X86_Vmx_EPTP_List = 48, X86_Vmx_VE_Info = 49, X86_Sppt = 50, X86_Pml_Log = 51, X86_Pebs = 52, X86_Vmx_Pasid_Translation = 53, X86_Stack_Explicit = 54, X86_Mtt_Metadata = 55, X86_Prefetch_Other = 56, X86_Access_Type_Last = 57,
}
Expand description
See online help for expanded output of this type: api-help x86_access_type_t

Variants§

§

X86_Other = 0

§

X86_Vanilla = 1

§

X86_Instruction = 2

§

X86_Clflush = 3

§

X86_Fpu_Env = 4

§

X86_Fpu_State = 5

§

X86_Idt = 6

§

X86_Gdt = 7

§

X86_Ldt = 8

§

X86_Task_Segment = 9

§

X86_Task_Switch = 10

§

X86_Far_Call_Parameter = 11

§

X86_Stack = 12

§

X86_Pml4 = 13

§

X86_Pdp = 14

§

X86_Pd = 15

§

X86_Pt = 16

§

X86_Sse = 17

§

X86_Fpu = 18

§

X86_Access_Simple = 19

§

X86_Microcode_Update = 20

§

X86_Non_Temporal = 21

§

X86_Prefetch_3DNow = 22

§

X86_Prefetchw_3DNow = 23

§

X86_Prefetch_T0 = 24

§

X86_Prefetch_T1 = 25

§

X86_Prefetch_T2 = 26

§

X86_Prefetch_NTA = 27

§

X86_Loadall = 28

§

X86_Atomic_Info = 29

§

X86_Cmpxchg16b = 30

§

X86_Smm_State = 31

§

X86_Vmcs = 32

§

X86_Vmx_IO_Bitmap = 33

§

X86_Vmx_Vapic = 34

§

X86_Vmx_Msr = 35

§

X86_Vmx_Msr_Bitmaps = 36

§

X86_Pml4e = 37

§

X86_Pdpte = 38

§

X86_Pde = 39

§

X86_Pte = 40

§

X86_Invept_Descriptor = 41

§

X86_Shadow_Stack = 42

§

X86_Invvpid_Descriptor = 43

§

X86_Processor_Trace = 44

§

X86_Pml5 = 45

§

X86_Pml5e = 46

§

X86_Pdp_Pae = 47

§

X86_Vmx_EPTP_List = 48

§

X86_Vmx_VE_Info = 49

§

X86_Sppt = 50

§

X86_Pml_Log = 51

§

X86_Pebs = 52

§

X86_Vmx_Pasid_Translation = 53

§

X86_Stack_Explicit = 54

§

X86_Mtt_Metadata = 55

§

X86_Prefetch_Other = 56

§

X86_Access_Type_Last = 57

Trait Implementations§

source§

impl Clone for x86_access_type

source§

fn clone(&self) -> x86_access_type

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 x86_access_type

source§

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

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

impl Hash for x86_access_type

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for x86_access_type

source§

fn cmp(&self, other: &x86_access_type) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for x86_access_type

source§

fn eq(&self, other: &x86_access_type) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for x86_access_type

source§

fn partial_cmp(&self, other: &x86_access_type) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Copy for x86_access_type

source§

impl Eq for x86_access_type

source§

impl StructuralPartialEq for x86_access_type

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.