Searched refs:KREG_RSI (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | mdb_amd64util.c | 61 { "rsi", KREG_RSI, MDB_TGT_R_EXPORT }, 62 { "esi", KREG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_32 }, 63 { "si", KREG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_16 }, 64 { "sil", KREG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_8L }, 156 GETREG2(KREG_RSI), GETREG2(KREG_R13)); in mdb_amd64_printregs()
|
H A D | mdb_kreg.h | 60 #define KREG_RSI KDIREG_RSI macro
|
H A D | kvm_amd64dep.c | 166 gregs->kregs[KREG_RSI] = regs->r_rsi; in kt_regs_to_kregs()
|