Searched refs:KREG_RCX (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | mdb_amd64util.c | 70 { "rcx", KREG_RCX, MDB_TGT_R_EXPORT }, 71 { "ecx", KREG_RCX, MDB_TGT_R_EXPORT | MDB_TGT_R_32 }, 72 { "cx", KREG_RCX, MDB_TGT_R_EXPORT | MDB_TGT_R_16 }, 73 { "ch", KREG_RCX, MDB_TGT_R_EXPORT | MDB_TGT_R_8H }, 74 { "cl", KREG_RCX, MDB_TGT_R_EXPORT | MDB_TGT_R_8L }, 152 GETREG2(KREG_RCX), GETREG2(KREG_R11)); in mdb_amd64_printregs()
|
H A D | mdb_kreg.h | 62 #define KREG_RCX KDIREG_RCX macro
|
H A D | kvm_amd64dep.c | 168 gregs->kregs[KREG_RCX] = regs->r_rcx; in kt_regs_to_kregs()
|