Searched refs:ARM_CP_SVE (Results 1 – 3 of 3) sorted by relevance
105 ARM_CP_SVE = 1 << 14, enumerator
7300 .access = PL1_RW, .type = ARM_CP_SVE,7305 .access = PL2_RW, .type = ARM_CP_SVE,7310 .access = PL3_RW, .type = ARM_CP_SVE,
2385 } else if ((ri->type & ARM_CP_SVE) && !sve_access_check(s)) { in handle_sys()