Searched refs:DAIF_F_SHIFT (Results 1 – 2 of 2) sorted by relevance
89 return (daif >> DAIF_F_SHIFT) & THREAD_EXCP_ALL; in thread_get_exceptions()100 daif &= ~(THREAD_EXCP_ALL << DAIF_F_SHIFT); in thread_set_exceptions()101 daif |= ((exceptions & THREAD_EXCP_ALL) << DAIF_F_SHIFT); in thread_set_exceptions()
68 #define DAIF_F_SHIFT U(6) macro