Searched refs:CPACR_FPEN_TRAP_NONE (Results 1 – 2 of 2) sorted by relevance
66 cpacr = (cpacr & ~CPACR_FPEN_MASK) | CPACR_FPEN_TRAP_NONE; in vfp_enable()191 if ((cpacr & CPACR_FPEN_MASK) == CPACR_FPEN_TRAP_NONE) { in vfp_save_state()
86 #define CPACR_FPEN_TRAP_NONE (0x3 << 20) /* No traps */ macro