Searched refs:PL3_R (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | cpu64.c | 868 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 }, 871 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 }, 874 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 }, 877 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 }, 880 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 }, 883 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 },
|
| /openbmc/qemu/target/arm/ |
| H A D | cpregs.h | 290 PL3_R = 0x80, enumerator 292 PL2_R = 0x20 | PL3_R, 311 PL3_RW = PL3_R | PL3_W,
|
| H A D | helper.c | 6634 .access = PL3_R, in register_cp_regs_for_features() 7568 if (r->access & PL3_R) { in define_one_arm_cp_reg_with_opaque()
|