Searched refs:ARM_CP_SME (Results 1 – 3 of 3) sorted by relevance
123 ARM_CP_SME = 1 << 19, enumerator
7436 .access = PL0_RW, .type = ARM_CP_SME,7442 .access = PL1_RW, .type = ARM_CP_SME,7447 .access = PL2_RW, .type = ARM_CP_SME,7452 .access = PL3_RW, .type = ARM_CP_SME,
2387 } else if ((ri->type & ARM_CP_SME) && !sme_access_check(s)) { in handle_sys()