Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_kreg.h172 #define KREG_EFLAGS_SF_MASK 0x00000080 macro
H A Dmdb_ia32util.c142 (eflags & KREG_EFLAGS_SF_MASK) ? "SF" : "sf", in mdb_ia32_printregs()
H A Dproc_ia32dep.c213 (eflags & KREG_EFLAGS_SF_MASK) ? "SF" : "sf", in pt_regs()
H A Dproc_amd64dep.c269 (rflags & KREG_EFLAGS_SF_MASK) ? "SF" : "sf", in pt_regs()
H A Dmdb_amd64util.c188 (rflags & KREG_EFLAGS_SF_MASK) ? "SF" : "sf", in mdb_amd64_printregs()