Enum simics_api_sys::bindings::block_flag_t
source · #[repr(u32)]pub enum block_flag_t {
Sim_Block_Memhier = 1,
Sim_Block_MMU = 2,
Sim_Block_MMU_IOSTC = 4,
Sim_Block_Breakpoint = 8,
Sim_Block_Notmem = 16,
Sim_Block_Endian = 32,
Sim_Block_DSTC_Disabled = 64,
}
Expand description
Variants§
Sim_Block_Memhier = 1
want memhier or timing model to see future accesses
Sim_Block_MMU = 2
want future MMU visibility
Sim_Block_MMU_IOSTC = 4
want future MMU visibility for accesses that skip the IOSTC lookup
Sim_Block_Breakpoint = 8
need breakpoint check
Sim_Block_Notmem = 16
is not memory
Sim_Block_Endian = 32
memory is byteswapped
Sim_Block_DSTC_Disabled = 64
DSTC is disabled for this access
Trait Implementations§
source§impl Clone for block_flag_t
impl Clone for block_flag_t
source§fn clone(&self) -> block_flag_t
fn clone(&self) -> block_flag_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for block_flag_t
impl Debug for block_flag_t
source§impl Hash for block_flag_t
impl Hash for block_flag_t
source§impl Ord for block_flag_t
impl Ord for block_flag_t
source§fn cmp(&self, other: &block_flag_t) -> Ordering
fn cmp(&self, other: &block_flag_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for block_flag_t
impl PartialEq for block_flag_t
source§impl PartialOrd for block_flag_t
impl PartialOrd for block_flag_t
impl Copy for block_flag_t
impl Eq for block_flag_t
impl StructuralPartialEq for block_flag_t
Auto Trait Implementations§
impl Freeze for block_flag_t
impl RefUnwindSafe for block_flag_t
impl Send for block_flag_t
impl Sync for block_flag_t
impl Unpin for block_flag_t
impl UnwindSafe for block_flag_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)