Searched refs:MSR_GS_BASE (Results  1 – 16 of 16) sorted by relevance
| /Linux-v5.4/arch/x86/power/ | 
| D | cpu.c | 112 	rdmsrl(MSR_GS_BASE, ctxt->kernelmode_gs_base);  in __save_processor_state()230 	wrmsrl(MSR_GS_BASE, ctxt->kernelmode_gs_base);  in __restore_processor_state()
 
 | 
| /Linux-v5.4/arch/x86/xen/ | 
| D | xen-head.S | 48 	movl	$MSR_GS_BASE,%ecx
 | 
| D | enlighten_pv.c | 918 	case MSR_GS_BASE:		which = SEGBASE_GS_KERNEL; goto set;  in xen_write_msr_safe()
 | 
| /Linux-v5.4/arch/x86/platform/pvh/ | 
| D | head.S | 98 	mov $MSR_GS_BASE,%ecx
 | 
| /Linux-v5.4/Documentation/x86/ | 
| D | entry_64.rst | 75 The expensive (paranoid) way is to read back the MSR_GS_BASE value79 	movl $MSR_GS_BASE,%ecx
 
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | head_64.S | 201 	movl	$MSR_GS_BASE,%ecx
 | 
| D | process_64.c | 109 	rdmsrl(MSR_GS_BASE, gs);  in __show_regs()
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | msr-index.h | 21 #define MSR_GS_BASE		0xc0000101 /* 64bit GS base */  macro
 | 
| /Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/ | 
| D | vmx.c | 289 	vmwrite(HOST_GS_BASE, rdmsr(MSR_GS_BASE));  in init_vmcs_host_state()
 | 
| /Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/ | 
| D | processor.h | 357 #define MSR_GS_BASE		0xc0000101 /* 64bit GS base */  macro
 | 
| /Linux-v5.4/arch/x86/entry/ | 
| D | entry_64.S | 1223 	movl	$MSR_GS_BASE, %ecx
 | 
| /Linux-v5.4/arch/x86/kernel/cpu/ | 
| D | common.c | 577 	wrmsrl(MSR_GS_BASE, cpu_kernelmode_gs_base(cpu));  in load_percpu_segment()
 | 
| /Linux-v5.4/arch/x86/kvm/ | 
| D | svm.c | 280 	{ .index = MSR_GS_BASE,				.always = true  },2278 	rdmsrl(MSR_GS_BASE, to_svm(vcpu)->host.gs_base);  in svm_vcpu_load()
 5747 	wrmsrl(MSR_GS_BASE, svm->host.gs_base);  in svm_vcpu_run()
 
 | 
| D | x86.c | 1443 	case MSR_GS_BASE:  in __kvm_set_msr()
 | 
| /Linux-v5.4/arch/x86/kvm/vmx/ | 
| D | vmx.c | 1776 	case MSR_GS_BASE:  in vmx_get_msr()1923 	case MSR_GS_BASE:  in vmx_set_msr()
 6762 	vmx_disable_intercept_for_msr(msr_bitmap, MSR_GS_BASE, MSR_TYPE_RW);  in vmx_create_vcpu()
 
 | 
| D | nested.c | 623 					     MSR_GS_BASE, MSR_TYPE_RW);  in nested_vmx_prepare_msr_bitmap()863 	    CC(e->index == MSR_GS_BASE) ||  in nested_vmx_load_msr_check()
 
 |