/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 | hyperv_svm_test.c | 43 rdmsr_from_l2(MSR_GS_BASE); /* not intercepted */ in l2_guest_code() 45 rdmsr_from_l2(MSR_GS_BASE); /* intercepted */ in l2_guest_code() 115 __set_bit(2 * (MSR_GS_BASE & 0x1fff), svm->msr + 0x800); in guest_code()
|
H A D | hyperv_evmcs.c | 58 rdmsr_from_l2(MSR_GS_BASE); /* not intercepted */ in l2_guest_code() 60 rdmsr_from_l2(MSR_GS_BASE); /* intercepted */ in l2_guest_code() 156 __set_bit(MSR_GS_BASE & 0x1fff, vmx_pages->msr + 0x400); in guest_code()
|
/linux/arch/x86/power/ ! |
H A D | cpu.c | 115 rdmsrq(MSR_GS_BASE, ctxt->kernelmode_gs_base); in __save_processor_state() 235 wrmsrq(MSR_GS_BASE, ctxt->kernelmode_gs_base); in __restore_processor_state()
|
/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/xen/ ! |
H A D | xen-head.S | 39 movl $MSR_GS_BASE,%ecx
|
H A D | enlighten_pv.c | 1136 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
|
H A D | process_64.c | 112 rdmsrq(MSR_GS_BASE, gs); in __show_regs()
|
/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/arch/x86/include/asm/ ! |
H A D | msr-index.h | 16 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro
|
/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/lib/ ! |
H A D | insn-eval.c | 722 rdmsrq(MSR_GS_BASE, base); in insn_get_seg_base()
|
/linux/arch/x86/kvm/svm/ ! |
H A D | svm.c | 801 svm_disable_intercept_for_msr(vcpu, MSR_GS_BASE, MSR_TYPE_RW); in svm_recalc_msr_intercepts() 2761 case MSR_GS_BASE: in svm_get_msr() 2988 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/kvm/vmx/ ! |
H A D | vmx.c | 1972 case MSR_GS_BASE: in vmx_get_msr() 2176 case MSR_GS_BASE: in vmx_set_msr() 4079 vmx_disable_intercept_for_msr(vcpu, MSR_GS_BASE, MSR_TYPE_RW); in vmx_recalc_msr_intercepts()
|
H A D | nested.c | 704 MSR_GS_BASE, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap() 952 CC(e->index == MSR_GS_BASE) || in nested_vmx_load_msr_check()
|
/linux/arch/x86/kvm/ ! |
H A D | x86.c | 1827 case MSR_GS_BASE: in __kvm_set_msr()
|