Home
last modified time | relevance | path

Searched refs:KREG_EFLAGS_IF_MASK (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkaif.c546 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()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_kreg.h166 #define KREG_EFLAGS_IF_MASK 0x00000200 macro
H A Dmdb_ia32util.c140 (eflags & KREG_EFLAGS_IF_MASK) ? "IF" : "if", in mdb_ia32_printregs()
H A Dproc_ia32dep.c211 (eflags & KREG_EFLAGS_IF_MASK) ? "IF" : "if", in pt_regs()
H A Dproc_amd64dep.c267 (rflags & KREG_EFLAGS_IF_MASK) ? "IF" : "if", in pt_regs()
H A Dmdb_amd64util.c186 (rflags & KREG_EFLAGS_IF_MASK) ? "IF" : "if", in mdb_amd64_printregs()