Home
last modified time | relevance | path

Searched refs:PL3_R (Results 1 – 3 of 3) sorted by relevance

/qemu/target/arm/tcg/
H A Dcpu64.c869 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 },
872 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 },
875 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 },
878 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 },
881 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 },
884 .access = PL3_R, .type = ARM_CP_CONST, .resetvalue = 0 },
/qemu/target/arm/
H A Dcpregs.h281 PL3_R = 0x80, enumerator
283 PL2_R = 0x20 | PL3_R,
302 PL3_RW = PL3_R | PL3_W,
H A Dhelper.c9356 .access = PL3_R, in register_cp_regs_for_features()
10310 if (r->access & PL3_R) { in define_one_arm_cp_reg_with_opaque()