Searched refs:SPSR_INTERRUPTS_ENABLED (Results 1 – 2 of 2) sorted by relevance
927 if (SPSR_INTERRUPTS_ENABLED(get_saved_state_cpsr(state))) { in sleh_synchronous()1930 if (__improbable(!SPSR_INTERRUPTS_ENABLED(get_saved_state_cpsr(state)))) { in handle_user_abort()2604 if (__probable(SPSR_INTERRUPTS_ENABLED(get_saved_state_cpsr(state)) || in handle_kernel_abort()
495 #define SPSR_INTERRUPTS_ENABLED(x) (!(x & DAIF_FIQF)) macro