Searched refs:MSR_GS_BASE (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | userspace_msr_exit_test.c | 63 .base = MSR_GS_BASE, 97 deny_msr(bitmap_c0000000_read, MSR_GS_BASE); in prepare_bitmaps() 297 GUEST_ASSERT(rdmsr(MSR_GS_BASE) == MSR_GS_BASE); in guest_msr_calls() 300 GUEST_ASSERT(rdmsr(MSR_GS_BASE) != MSR_GS_BASE); in guest_msr_calls() 335 data = test_rdmsr(MSR_GS_BASE); in guest_code_permission_bitmap() 336 GUEST_ASSERT(data != MSR_GS_BASE); in guest_code_permission_bitmap() 343 data = test_rdmsr(MSR_GS_BASE); in guest_code_permission_bitmap() 344 GUEST_ASSERT(data == MSR_GS_BASE); in guest_code_permission_bitmap() 349 data = test_rdmsr(MSR_GS_BASE); in guest_code_permission_bitmap() 350 GUEST_ASSERT(data != MSR_GS_BASE); in guest_code_permission_bitmap() [all …]
|
| H A D | vmx_nested_la57_state_test.c | 38 wrmsr(MSR_GS_BASE, LA57_GS_BASE); in l1_guest_code() 39 GUEST_ASSERT(rdmsr(MSR_GS_BASE) == LA57_GS_BASE); in l1_guest_code()
|
| H A D | msrs_test.c | 381 MSR_TEST_CANONICAL(MSR_GS_BASE, LM), in test_msrs() 462 TEST_ASSERT(msr->index == MSR_FS_BASE || msr->index == MSR_GS_BASE || in test_msrs()
|
| /linux/Documentation/arch/x86/ |
| H A D | entry_64.rst | 75 The expensive (paranoid) way is to read back the MSR_GS_BASE value 79 movl $MSR_GS_BASE,%ecx
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_crash.c | 159 native_wrmsrq(MSR_GS_BASE, ctxt->gsbase); in hv_crash_c_entry() 216 ctxt->gsbase = __rdmsr(MSR_GS_BASE); in hv_hvcrash_ctxt_save()
|
| /linux/arch/x86/xen/ |
| H A D | xen-head.S | 39 movl $MSR_GS_BASE,%ecx
|
| H A D | enlighten_pv.c | 1135 case MSR_GS_BASE: in xen_do_write_msr()
|
| /linux/arch/x86/kernel/ |
| H A D | head_64.S | 69 movl $MSR_GS_BASE, %ecx 370 movl $MSR_GS_BASE,%ecx
|
| /linux/arch/x86/platform/pvh/ |
| H A D | head.S | 180 movl $MSR_GS_BASE,%ecx
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 275 vmwrite(HOST_GS_BASE, rdmsr(MSR_GS_BASE)); in init_vmcs_host_state()
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | msr-index.h | 16 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 741 svm_disable_intercept_for_msr(vcpu, MSR_GS_BASE, MSR_TYPE_RW); in svm_recalc_msr_intercepts() 2687 case MSR_GS_BASE: in svm_get_msr() 2923 case MSR_GS_BASE: in svm_set_msr()
|
| H A D | nested.c | 209 MSR_GS_BASE, in nested_svm_init_msrpm_merge_offsets()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 793 wrmsrq(MSR_GS_BASE, cpu_kernelmode_gs_base(cpu)); in switch_gdt_and_percpu_base()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 2094 case MSR_GS_BASE: in vmx_get_msr() 2307 case MSR_GS_BASE: in vmx_set_msr() 4241 vmx_disable_intercept_for_msr(vcpu, MSR_GS_BASE, MSR_TYPE_RW); in vmx_recalc_msr_intercepts()
|
| H A D | nested.c | 708 MSR_GS_BASE, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap() 974 CC(e->index == MSR_GS_BASE) || in nested_vmx_load_msr_check()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 1849 case MSR_GS_BASE: in __kvm_set_msr()
|