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 },
4699 .opc1 = CP_ANY, .opc2 = CP_ANY, .access = PL1_RW, .type = ARM_CP_OVERRIDE,
4730 .type = ARM_CP_OVERRIDE | ARM_CP_NO_RAW,
4734 .type = ARM_CP_CONST | ARM_CP_OVERRIDE, .resetvalue = 0 },
4780 .type = ARM_CP_CONST | ARM_CP_NO_RAW | ARM_CP_OVERRIDE,
4829 .type = ARM_CP_CONST | ARM_CP_OVERRIDE | ARM_CP_NO_RAW },
9746 .type = ARM_CP_OVERRIDE }, in register_cp_regs_for_features()
9830 .type = ARM_CP_NOP | ARM_CP_OVERRIDE in register_cp_regs_for_features()
10261 if (!(r->type & ARM_CP_OVERRIDE)) { in add_cpreg_to_hashtable()
10264 assert(oldreg->type & ARM_CP_OVERRIDE); in add_cpreg_to_hashtable()