Searched refs:PSR_D (Results 1 – 3 of 3) sorted by relevance
212 KASSERT((READ_SPECIALREG(daif) & PSR_D) == PSR_D, in kdb_cpu_set_singlestep() 243 KASSERT((READ_SPECIALREG(daif) & PSR_D) == PSR_D,698 * PSR_D is an aarch64-only flag. On aarch32, it switches703 frame->tf_spsr |= PSR_D;707 frame->tf_spsr &= ~PSR_D;
183 el2ctx->tf.tf_spsr = PSR_D | PSR_A | PSR_I | PSR_F; in reset_vm_el2_regs()
2720 #define PSR_D 0x00000200UL macro2721 #define PSR_DAIF (PSR_D | PSR_A | PSR_I | PSR_F)