Home
last modified time | relevance | path

Searched refs:ARM_CP_OVERRIDE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcpregs.h63 ARM_CP_OVERRIDE = 1 << 7, enumerator
H A Dhelper.c693 .type = ARM_CP_NOP | ARM_CP_OVERRIDE },
4541 .opc1 = CP_ANY, .opc2 = CP_ANY, .access = PL1_RW, .type = ARM_CP_OVERRIDE,
4572 .type = ARM_CP_OVERRIDE | ARM_CP_NO_RAW,
4576 .type = ARM_CP_CONST | ARM_CP_OVERRIDE, .resetvalue = 0 },
4622 .type = ARM_CP_CONST | ARM_CP_NO_RAW | ARM_CP_OVERRIDE,
4671 .type = ARM_CP_CONST | ARM_CP_OVERRIDE | ARM_CP_NO_RAW },
9538 .type = ARM_CP_OVERRIDE }, in register_cp_regs_for_features()
9622 .type = ARM_CP_NOP | ARM_CP_OVERRIDE in register_cp_regs_for_features()
10053 if (!(r->type & ARM_CP_OVERRIDE)) { in add_cpreg_to_hashtable()
10056 assert(oldreg->type & ARM_CP_OVERRIDE); in add_cpreg_to_hashtable()