Searched refs:CPACR_FPEN_TRAP_ALL1 (Results 1 – 2 of 2) sorted by relevance
77 cpacr = (cpacr & ~CPACR_FPEN_MASK) | CPACR_FPEN_TRAP_ALL1; in vfp_disable()
83 #define CPACR_FPEN_TRAP_ALL1 (0x0 << 20) /* Traps from EL0 and EL1 */ macro