Searched refs:KREG_EFLAGS_IF_MASK (Results 1 – 6 of 6) sorted by relevance
506 fl &= ~KREG_EFLAGS_IF_MASK; in kaif_step()538 fl = (fl & ~KREG_EFLAGS_IF_MASK) | KREG_EFLAGS_TF_MASK; in kaif_step()557 ((oldfl | (1 << KREG_EFLAGS_TF_SHIFT)) & ~KREG_EFLAGS_IF_MASK)); in kaif_step()600 ((fl & ~(KREG_EFLAGS_TF_MASK|KREG_EFLAGS_IF_MASK)) | in kaif_step()601 (oldfl & KREG_EFLAGS_IF_MASK))); in kaif_step()
150 #define KREG_EFLAGS_IF_MASK 0x00000200 macro
133 (eflags & KREG_EFLAGS_IF_MASK) ? "IF" : "if", in mdb_ia32_printregs()
181 (rflags & KREG_EFLAGS_IF_MASK) ? "IF" : "if", in mdb_amd64_printregs()
205 (eflags & KREG_EFLAGS_IF_MASK) ? "IF" : "if", in pt_regs()
261 (rflags & KREG_EFLAGS_IF_MASK) ? "IF" : "if", in pt_regs()