Searched refs:ARM_CP_SME (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/arm/ |
| H A D | cpregs.h | 133 ARM_CP_SME = 1 << 19, 124 ARM_CP_SME = 1 << 19, global() enumerator
|
| H A D | helper.c | 4977 .access = PL0_RW, .type = ARM_CP_SME, in access_tpidr2() 4985 .access = PL1_RW, .type = ARM_CP_SME, in access_smprimap() 4990 .access = PL2_RW, .type = ARM_CP_SME, in access_smprimap() 4995 .access = PL3_RW, .type = ARM_CP_SME, in access_smpri()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-a64.c | 2902 } else if ((ri->type & ARM_CP_SME) && !sme_access_check(s)) { in gen_load_exclusive()
|