VCPU_REGS_RSI    1306 arch/x86/kvm/emulate.c 		unsigned si = reg_read(ctxt, VCPU_REGS_RSI);
VCPU_REGS_RSI    3041 arch/x86/kvm/emulate.c 		*reg_rmw(ctxt, VCPU_REGS_RSI) &= (u32)-1;
VCPU_REGS_RSI    3061 arch/x86/kvm/emulate.c 	tss->si = reg_read(ctxt, VCPU_REGS_RSI);
VCPU_REGS_RSI    3085 arch/x86/kvm/emulate.c 	*reg_write(ctxt, VCPU_REGS_RSI) = tss->si;
VCPU_REGS_RSI    3175 arch/x86/kvm/emulate.c 	tss->esi = reg_read(ctxt, VCPU_REGS_RSI);
VCPU_REGS_RSI    3204 arch/x86/kvm/emulate.c 	*reg_write(ctxt, VCPU_REGS_RSI) = tss->esi;
VCPU_REGS_RSI    5124 arch/x86/kvm/emulate.c 			register_address(ctxt, VCPU_REGS_RSI);
VCPU_REGS_RSI    5803 arch/x86/kvm/emulate.c 		string_addr_inc(ctxt, VCPU_REGS_RSI, &ctxt->src);
VCPU_REGS_RSI    5772 arch/x86/kvm/svm.c 		  [rsi]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RSI])),