Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_kreg.h147 #define KREG_EFLAGS_DF_MASK 0x00000400 macro
H A Dmdb_ia32util.c132 (eflags & KREG_EFLAGS_DF_MASK) ? "DF" : "df", in mdb_ia32_printregs()
H A Dmdb_amd64util.c180 (rflags & KREG_EFLAGS_DF_MASK) ? "DF" : "df", in mdb_amd64_printregs()
H A Dproc_ia32dep.c204 (eflags & KREG_EFLAGS_DF_MASK) ? "DF" : "df", in pt_regs()
H A Dproc_amd64dep.c260 (rflags & KREG_EFLAGS_DF_MASK) ? "DF" : "df", in pt_regs()