Searched refs:PSR_D (Results 1 – 2 of 2) sorted by relevance
193 KASSERT((READ_SPECIALREG(daif) & PSR_D) == PSR_D, in kdb_cpu_set_singlestep()224 KASSERT((READ_SPECIALREG(daif) & PSR_D) == PSR_D, in kdb_cpu_clear_singlestep()599 frame->tf_spsr |= PSR_D; in dbg_monitor_exit()603 frame->tf_spsr &= ~PSR_D; in dbg_monitor_exit()
2354 #define PSR_D 0x00000200UL macro2355 #define PSR_DAIF (PSR_D | PSR_A | PSR_I | PSR_F)