Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dcpregs.h117 ARM_CP_EL3_NO_EL2_KEEP = 1 << 17, enumerator
H A Ddebug_helper.c1078 .type = ARM_CP_NOP | ARM_CP_EL3_NO_EL2_KEEP },
H A Dhelper.c6088 .access = PL2_RW, .type = ARM_CP_ALIAS | ARM_CP_EL3_NO_EL2_KEEP,
6133 .type = ARM_CP_ALIAS | ARM_CP_FPU | ARM_CP_EL3_NO_EL2_KEEP,
6137 .access = PL2_RW, .resetvalue = 0, .type = ARM_CP_EL3_NO_EL2_KEEP,
6142 .access = PL2_RW, .resetvalue = 0, .type = ARM_CP_EL3_NO_EL2_KEEP,
10284 make_const = !(r->type & ARM_CP_EL3_NO_EL2_KEEP); in add_cpreg_to_hashtable()