Searched defs:ArmCoreRegsCustom (Results 1 – 1 of 1) sorted by relevance
169 regs: &mut custom_arch::ArmCoreRegsCustom, in read_registers()411 pub struct ArmCoreRegsCustom { struct412 pub core: ArmCoreRegs,413 pub custom: u32,416 impl Registers for ArmCoreRegsCustom { implementation