Searched defs:ArmCoreRegsCustom (Results 1 – 1 of 1) sorted by relevance
158 regs: &mut custom_arch::ArmCoreRegsCustom, in read_registers()394 pub struct ArmCoreRegsCustom { struct395 pub core: ArmCoreRegs,396 pub custom: u32,399 impl Registers for ArmCoreRegsCustom { implementation