gs_base           394 arch/x86/include/asm/processor.h 	char		gs_base[40];
gs_base           403 arch/x86/include/asm/processor.h 	return (unsigned long)per_cpu(fixed_percpu_data.gs_base, cpu);
gs_base            92 arch/x86/include/asm/user_64.h 	unsigned long	gs_base;
gs_base           381 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,gs_base):
gs_base           414 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, gs_base):
gs_base           206 arch/x86/kvm/svm.c 		u64 gs_base;
gs_base          2324 arch/x86/kvm/svm.c 	rdmsrl(MSR_GS_BASE, to_svm(vcpu)->host.gs_base);
gs_base          5798 arch/x86/kvm/svm.c 	wrmsrl(MSR_GS_BASE, svm->host.gs_base);
gs_base           285 arch/x86/kvm/vmx/nested.c 	vmx_set_host_fs_gs(dest, src->fs_sel, src->gs_sel, src->fs_base, src->gs_base);
gs_base            35 arch/x86/kvm/vmx/vmcs.h 	unsigned long gs_base;
gs_base          1081 arch/x86/kvm/vmx/vmx.c 			unsigned long fs_base, unsigned long gs_base)
gs_base          1101 arch/x86/kvm/vmx/vmx.c 	if (unlikely(gs_base != host->gs_base)) {
gs_base          1102 arch/x86/kvm/vmx/vmx.c 		vmcs_writel(HOST_GS_BASE, gs_base);
gs_base          1103 arch/x86/kvm/vmx/vmx.c 		host->gs_base = gs_base;
gs_base          1114 arch/x86/kvm/vmx/vmx.c 	unsigned long fs_base, gs_base;
gs_base          1148 arch/x86/kvm/vmx/vmx.c 	gs_base = cpu_kernelmode_gs_base(cpu);
gs_base          1167 arch/x86/kvm/vmx/vmx.c 	gs_base = segment_base(gs_sel);
gs_base          1170 arch/x86/kvm/vmx/vmx.c 	vmx_set_host_fs_gs(host_state, fs_sel, gs_sel, fs_base, gs_base);
gs_base           315 arch/x86/kvm/vmx/vmx.h 			unsigned long fs_base, unsigned long gs_base);
gs_base           470 tools/testing/selftests/x86/fsgsbase.c 		unsigned long base_offset = USER_REGS_OFFSET(gs_base);