smbase            211 arch/x86/include/asm/kvm_emulate.h 	void (*set_smbase)(struct x86_emulate_ctxt *ctxt, u64 smbase);
smbase            566 arch/x86/include/asm/kvm_host.h 	u64 smbase;
smbase           2615 arch/x86/kvm/emulate.c 	u64 smbase;
smbase           2621 arch/x86/kvm/emulate.c 	smbase = ctxt->ops->get_smbase(ctxt);
smbase           2623 arch/x86/kvm/emulate.c 	ret = ctxt->ops->read_phys(ctxt, smbase + 0xfe00, buf, sizeof(buf));
smbase            971 arch/x86/kvm/trace.h 	TP_PROTO(unsigned int vcpu_id, u64 smbase, bool entering),
smbase            972 arch/x86/kvm/trace.h 	TP_ARGS(vcpu_id, smbase, entering),
smbase            976 arch/x86/kvm/trace.h 		__field(	u64,		smbase		)
smbase            982 arch/x86/kvm/trace.h 		__entry->smbase		= smbase;
smbase            989 arch/x86/kvm/trace.h 		  __entry->smbase)
smbase           2784 arch/x86/kvm/x86.c 		vcpu->arch.smbase = data;
smbase           3075 arch/x86/kvm/x86.c 		msr_info->data = vcpu->arch.smbase;
smbase           6201 arch/x86/kvm/x86.c 	return vcpu->arch.smbase;
smbase           6204 arch/x86/kvm/x86.c static void emulator_set_smbase(struct x86_emulate_ctxt *ctxt, u64 smbase)
smbase           6208 arch/x86/kvm/x86.c 	vcpu->arch.smbase = smbase;
smbase           6562 arch/x86/kvm/x86.c 		trace_kvm_enter_smm(vcpu->vcpu_id, vcpu->arch.smbase, false);
smbase           7798 arch/x86/kvm/x86.c 	put_smstate(u32, buf, 0x7ef8, vcpu->arch.smbase);
smbase           7824 arch/x86/kvm/x86.c 	put_smstate(u32, buf, 0x7f00, vcpu->arch.smbase);
smbase           7863 arch/x86/kvm/x86.c 	trace_kvm_enter_smm(vcpu->vcpu_id, vcpu->arch.smbase, true);
smbase           7880 arch/x86/kvm/x86.c 	kvm_vcpu_write_guest(vcpu, vcpu->arch.smbase + 0xfe00, buf, sizeof(buf));
smbase           7902 arch/x86/kvm/x86.c 	cs.selector = (vcpu->arch.smbase >> 4) & 0xffff;
smbase           7903 arch/x86/kvm/x86.c 	cs.base = vcpu->arch.smbase;
smbase           9269 arch/x86/kvm/x86.c 		vcpu->arch.smbase = 0x30000;