Home
last modified time | relevance | path

Searched refs:KREG_RSI (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_amd64util.c62 { "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 Dmdb_kreg.h60 #define KREG_RSI KDIREG_RSI macro
99 #define KREG_ESI KREG_RSI
H A Dmdb_bhyve.c97 { "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 Dkvm_amd64dep.c168 gregs->kregs[KREG_RSI] = regs->r_rsi; in kt_regs_to_kregs()