Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_kreg.h156 #define KREG_EFLAGS_SF_MASK 0x00000080 macro
H A Dmdb_ia32util.c135 (eflags & KREG_EFLAGS_SF_MASK) ? "SF" : "sf", in mdb_ia32_printregs()
H A Dmdb_amd64util.c183 (rflags & KREG_EFLAGS_SF_MASK) ? "SF" : "sf", in mdb_amd64_printregs()
H A Dproc_ia32dep.c207 (eflags & KREG_EFLAGS_SF_MASK) ? "SF" : "sf", in pt_regs()
H A Dproc_amd64dep.c263 (rflags & KREG_EFLAGS_SF_MASK) ? "SF" : "sf", in pt_regs()