Searched refs:ARM_CP_SME (Results 1 – 3 of 3) sorted by relevance
124 ARM_CP_SME = 1 << 19, enumerator
5086 .access = PL0_RW, .type = ARM_CP_SME,5092 .access = PL1_RW, .type = ARM_CP_SME,5097 .access = PL2_RW, .type = ARM_CP_SME,5102 .access = PL3_RW, .type = ARM_CP_SME,
2587 } else if ((ri->type & ARM_CP_SME) && !sme_access_check(s)) { in handle_sys()