Searched refs:CPACR_ZEN_TRAP_NONE (Results 1 – 2 of 2) sorted by relevance
144 cpacr = (cpacr & ~CPACR_ZEN_MASK) | CPACR_ZEN_TRAP_NONE; in sve_enable()530 if ((cpacr & CPACR_ZEN_MASK) == CPACR_ZEN_TRAP_NONE) { in vfp_save_state_common()
345 #define CPACR_ZEN_TRAP_NONE (0x3 << 16) /* No traps */ macro