Searched refs:daif (Results 1 – 3 of 3) sorted by relevance
746 register_t daif; in spinlock_enter() local750 daif = intr_disable(); in spinlock_enter()752 td->td_md.md_saved_daif = daif; in spinlock_enter()762 register_t daif; in spinlock_exit() local765 daif = td->td_md.md_saved_daif; in spinlock_exit()769 intr_restore(daif); in spinlock_exit()1386 PRINT_REG(daif); in DB_SHOW_COMMAND()
143 mrs x19, daif161 msr daif, x19
140 WRITE_SPECIALREG(daif, s); in intr_restore()