Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_kreg.h121 #define KREG_EFLAGS_ID_SHIFT 21 macro
H A Dmdb_ia32util.c121 (eflags & KREG_EFLAGS_ID_MASK) >> KREG_EFLAGS_ID_SHIFT, in mdb_ia32_printregs()
H A Dmdb_amd64util.c169 (rflags & KREG_EFLAGS_ID_MASK) >> KREG_EFLAGS_ID_SHIFT, in mdb_amd64_printregs()
H A Dproc_ia32dep.c193 (eflags & KREG_EFLAGS_ID_MASK) >> KREG_EFLAGS_ID_SHIFT, in pt_regs()
H A Dproc_amd64dep.c249 (rflags & KREG_EFLAGS_ID_MASK) >> KREG_EFLAGS_ID_SHIFT, in pt_regs()