Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_amd64util.c61 { "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 Dmdb_kreg.h60 #define KREG_RSI KDIREG_RSI macro
H A Dkvm_amd64dep.c166 gregs->kregs[KREG_RSI] = regs->r_rsi; in kt_regs_to_kregs()