Enum simics_api_sys::ppc_mc_exc_t
source · #[repr(u32)]pub enum ppc_mc_exc_t {
Show 19 variants
Sim_PPC_Generic_MC = 0,
Sim_PPC_MC_TEA = 1,
Sim_PPC_MC_MCP = 2,
Sim_PPC_Bus_Address_Parity = 3,
Sim_PPC_Bus_Data_Parity = 4,
Sim_PPC_Instruction_Cache_Parity = 5,
Sim_PPC_Data_Cache_Parity = 6,
Sim_PPC_L2_Data_Parity = 7,
Sim_PPC_L3_Data_Parity = 8,
Sim_PPC_L3_Address_Parity = 9,
Sim_PPC970_Data_Cache_Parity = 10,
Sim_PPC970_Data_Cache_Tag_Parity = 11,
Sim_PPC970_D_ERAT_Parity = 12,
Sim_PPC970_TLB_Parity = 13,
Sim_PPC970_SLB_Parity = 14,
Sim_PPC970_L2_Load_ECC_Parity = 15,
Sim_PPC970_L2_Page_Table_ECC_Parity = 16,
Sim_PPC970_Uncacheable_Load_Parity = 17,
Sim_PPC970_MC_External = 18,
}
Expand description
Variants§
Sim_PPC_Generic_MC = 0
Sim_PPC_MC_TEA = 1
Sim_PPC_MC_MCP = 2
Sim_PPC_Bus_Address_Parity = 3
Sim_PPC_Bus_Data_Parity = 4
Sim_PPC_Instruction_Cache_Parity = 5
Sim_PPC_Data_Cache_Parity = 6
Sim_PPC_L2_Data_Parity = 7
Sim_PPC_L3_Data_Parity = 8
Sim_PPC_L3_Address_Parity = 9
Sim_PPC970_Data_Cache_Parity = 10
Sim_PPC970_Data_Cache_Tag_Parity = 11
Sim_PPC970_D_ERAT_Parity = 12
Sim_PPC970_TLB_Parity = 13
Sim_PPC970_SLB_Parity = 14
Sim_PPC970_L2_Load_ECC_Parity = 15
Sim_PPC970_L2_Page_Table_ECC_Parity = 16
Sim_PPC970_Uncacheable_Load_Parity = 17
Sim_PPC970_MC_External = 18
Trait Implementations§
source§impl Clone for ppc_mc_exc_t
impl Clone for ppc_mc_exc_t
source§fn clone(&self) -> ppc_mc_exc_t
fn clone(&self) -> ppc_mc_exc_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 ppc_mc_exc_t
impl Debug for ppc_mc_exc_t
source§impl Hash for ppc_mc_exc_t
impl Hash for ppc_mc_exc_t
source§impl Ord for ppc_mc_exc_t
impl Ord for ppc_mc_exc_t
source§fn cmp(&self, other: &ppc_mc_exc_t) -> Ordering
fn cmp(&self, other: &ppc_mc_exc_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 ppc_mc_exc_t
impl PartialEq for ppc_mc_exc_t
source§impl PartialOrd for ppc_mc_exc_t
impl PartialOrd for ppc_mc_exc_t
impl Copy for ppc_mc_exc_t
impl Eq for ppc_mc_exc_t
impl StructuralPartialEq for ppc_mc_exc_t
Auto Trait Implementations§
impl Freeze for ppc_mc_exc_t
impl RefUnwindSafe for ppc_mc_exc_t
impl Send for ppc_mc_exc_t
impl Sync for ppc_mc_exc_t
impl Unpin for ppc_mc_exc_t
impl UnwindSafe for ppc_mc_exc_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
)