Home
last modified time | relevance | path

Searched refs:KREG_EFLAGS_DF_MASK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_kreg.h163 #define KREG_EFLAGS_DF_MASK 0x00000400 macro
H A Dmdb_ia32util.c139 (eflags & KREG_EFLAGS_DF_MASK) ? "DF" : "df", in mdb_ia32_printregs()
H A Dproc_ia32dep.c210 (eflags & KREG_EFLAGS_DF_MASK) ? "DF" : "df", in pt_regs()
H A Dproc_amd64dep.c266 (rflags & KREG_EFLAGS_DF_MASK) ? "DF" : "df", in pt_regs()
H A Dmdb_amd64util.c185 (rflags & KREG_EFLAGS_DF_MASK) ? "DF" : "df", in mdb_amd64_printregs()