Searched refs:CPACR_FPEN_MASK (Results 1 – 2 of 2) sorted by relevance
130 cpacr = (cpacr & ~CPACR_FPEN_MASK) | CPACR_FPEN_TRAP_NONE; in vfp_enable()142 cpacr = (cpacr & ~CPACR_FPEN_MASK) | CPACR_FPEN_TRAP_NONE; in sve_enable()156 cpacr = (cpacr & ~CPACR_FPEN_MASK) | CPACR_FPEN_TRAP_ALL1; in vfp_disable()519 if ((cpacr & CPACR_FPEN_MASK) != CPACR_FPEN_TRAP_NONE) in vfp_save_state_common()783 if ((cpacr & CPACR_FPEN_MASK) != CPACR_FPEN_TRAP_NONE) { in sve_restore_state()
298 #define CPACR_FPEN_MASK (0x3 << 20) macro