Searched refs:PL3_R (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | cpu64.c | 864 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 }, 867 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 }, 870 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 }, 873 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 }, 876 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 }, 879 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 },
|
/openbmc/qemu/target/arm/ |
H A D | cpregs.h | 281 PL3_R = 0x80, enumerator 283 PL2_R = 0x20 | PL3_R, 302 PL3_RW = PL3_R | PL3_W,
|
H A D | helper.c | 9374 .access = PL3_R, in register_cp_regs_for_features() 10328 if (r->access & PL3_R) { in define_one_arm_cp_reg_with_opaque()
|