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