Struct islet_rmm::realm::context::GICRegister
source · #[repr(C)]pub struct GICRegister {
pub ich_ap0r_el2: [u64; 4],
pub ich_ap1r_el2: [u64; 4],
pub ich_vmcr_el2: u64,
pub ich_hcr_el2: u64,
pub ich_lr_el2: [u64; 16],
pub ich_misr_el2: u64,
}Expand description
Generic Interrupt Controller Registers
Fields§
§ich_ap0r_el2: [u64; 4]§ich_ap1r_el2: [u64; 4]§ich_vmcr_el2: u64§ich_hcr_el2: u64§ich_lr_el2: [u64; 16]§ich_misr_el2: u64Trait Implementations§
source§impl Debug for GICRegister
impl Debug for GICRegister
source§impl Default for GICRegister
impl Default for GICRegister
source§fn default() -> GICRegister
fn default() -> GICRegister
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GICRegister
impl RefUnwindSafe for GICRegister
impl Send for GICRegister
impl Sync for GICRegister
impl Unpin for GICRegister
impl UnwindSafe for GICRegister
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