Searched refs:read_eflags (Results 1 – 8 of 8) sorted by relevance
141 eflags = read_eflags(); in bi_checkcpu()143 if (!((eflags ^ read_eflags()) & PSL_ID)) in bi_checkcpu()
146 eflags = read_eflags(); in bi_checkcpu()148 if (!((eflags ^ read_eflags()) & PSL_ID)) in bi_checkcpu()
353 read_eflags(void) in read_eflags() function750 eflags = read_eflags(); in intr_disable()835 u_int read_eflags(void);
216 KASSERT((read_eflags() & PSL_I) == 0, in trap()719 KASSERT((read_eflags() & PSL_I) != 0, ("interrupts disabled")); in trap()
639 KASSERT((read_eflags() & PSL_I) == 0, ("context switch possible")); in cpu_auxmsr()
431 KASSERT((read_eflags() & PSL_I) == 0, ("interrupts enabled"));
495 flags = read_eflags(); in i8254_get_timecount()
1654 #define read_eflags() read_rflags() macro1706 if (!(read_eflags() & PSL_I)) in smp_targeted_tlb_shootdown()