Home
last modified time | relevance | path

Searched refs:DAIF_INTR (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/arm64/include/
H A Dcpufunc.h72 "msr daifset, #(" __XSTRING(DAIF_INTR) ") \n" in intr_disable()
89 __asm __volatile("msr daifclr, #(" __XSTRING(DAIF_INTR) ")"); in intr_enable()
H A Darmreg.h430 #define DAIF_INTR (DAIF_I | DAIF_F) /* All exceptions that pass */ macro
/freebsd/sys/arm64/arm64/
H A Dexception.S179 msr daifset, #(DAIF_INTR)
H A Dswtch.S239 msr daifset, #(DAIF_D | DAIF_INTR)
H A Dlocore.S233 msr daifset, #DAIF_INTR