Searched refs:KREG_EFLAGS_IF_MASK (Results 1 – 6 of 6) sorted by relevance
546 fl &= ~KREG_EFLAGS_IF_MASK; in kaif_step()578 fl = (fl & ~KREG_EFLAGS_IF_MASK) | KREG_EFLAGS_TF_MASK; in kaif_step()597 ((oldfl | (1 << KREG_EFLAGS_TF_SHIFT)) & ~KREG_EFLAGS_IF_MASK)); in kaif_step()640 ((fl & ~(KREG_EFLAGS_TF_MASK|KREG_EFLAGS_IF_MASK)) | in kaif_step()641 (oldfl & KREG_EFLAGS_IF_MASK))); in kaif_step()
166 #define KREG_EFLAGS_IF_MASK 0x00000200 macro
140 (eflags & KREG_EFLAGS_IF_MASK) ? "IF" : "if", in mdb_ia32_printregs()
211 (eflags & KREG_EFLAGS_IF_MASK) ? "IF" : "if", in pt_regs()
267 (rflags & KREG_EFLAGS_IF_MASK) ? "IF" : "if", in pt_regs()
186 (rflags & KREG_EFLAGS_IF_MASK) ? "IF" : "if", in mdb_amd64_printregs()