Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dcpu64.c868 .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 Dcpregs.h290 PL3_R = 0x80, enumerator
292 PL2_R = 0x20 | PL3_R,
311 PL3_RW = PL3_R | PL3_W,
H A Dhelper.c6634 .access = PL3_R, in register_cp_regs_for_features()
7568 if (r->access & PL3_R) { in define_one_arm_cp_reg_with_opaque()