Searched refs:KREG_RSI (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
H A D | mdb_amd64util.c | 62 { "rsi", KREG_RSI, MDB_TGT_R_EXPORT }, 63 { "esi", KREG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_32 }, 64 { "si", KREG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_16 }, 65 { "sil", KREG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_8L }, 161 GETREG2(KREG_RSI), GETREG2(KREG_R13)); in mdb_amd64_printregs()
|
H A D | mdb_kreg.h | 60 #define KREG_RSI KDIREG_RSI macro 99 #define KREG_ESI KREG_RSI
|
H A D | mdb_bhyve.c | 97 { "rsi", KREG_RSI, MDB_TGT_R_EXPORT }, 98 { "esi", KREG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_32 }, 99 { "si", KREG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_16 }, 100 { "sil", KREG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_8L }, 235 KREG_RSI, in bhyve_get_gregset()
|
H A D | kvm_amd64dep.c | 168 gregs->kregs[KREG_RSI] = regs->r_rsi; in kt_regs_to_kregs()
|