Searched refs:MSR_GS_BASE (Results 1 – 20 of 20) sorted by relevance
/linux-6.14.4/tools/testing/selftests/kvm/x86/ |
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() 412 case MSR_GS_BASE: in process_rdmsr() 413 run->msr.data = MSR_GS_BASE; in process_rdmsr() [all …]
|
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()
|
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-6.14.4/arch/x86/power/ |
D | cpu.c | 113 rdmsrl(MSR_GS_BASE, ctxt->kernelmode_gs_base); in __save_processor_state() 233 wrmsrl(MSR_GS_BASE, ctxt->kernelmode_gs_base); in __restore_processor_state()
|
/linux-6.14.4/arch/x86/kernel/ |
D | head_64.S | 65 movl $MSR_GS_BASE, %ecx 369 movl $MSR_GS_BASE,%ecx
|
D | process_64.c | 111 rdmsrl(MSR_GS_BASE, gs); in __show_regs()
|
/linux-6.14.4/Documentation/arch/x86/ |
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-6.14.4/arch/x86/xen/ |
D | xen-head.S | 41 movl $MSR_GS_BASE,%ecx
|
D | enlighten_pv.c | 1076 case MSR_GS_BASE: in xen_do_write_msr()
|
/linux-6.14.4/arch/x86/platform/pvh/ |
D | head.S | 177 mov $MSR_GS_BASE,%ecx
|
/linux-6.14.4/tools/testing/selftests/kvm/lib/x86/ |
D | vmx.c | 275 vmwrite(HOST_GS_BASE, rdmsr(MSR_GS_BASE)); in init_vmcs_host_state()
|
/linux-6.14.4/arch/x86/entry/ |
D | entry_64.S | 919 movl $MSR_GS_BASE, %ecx
|
/linux-6.14.4/tools/arch/x86/include/asm/ |
D | msr-index.h | 16 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro
|
/linux-6.14.4/arch/x86/include/asm/ |
D | msr-index.h | 16 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro
|
/linux-6.14.4/arch/x86/lib/ |
D | insn-eval.c | 714 rdmsrl(MSR_GS_BASE, base); in insn_get_seg_base()
|
/linux-6.14.4/arch/x86/kvm/svm/ |
D | svm.c | 94 { .index = MSR_GS_BASE, .always = true }, 2877 case MSR_GS_BASE: in svm_get_msr() 3108 case MSR_GS_BASE: in svm_set_msr()
|
/linux-6.14.4/arch/x86/kvm/vmx/ |
D | vmx.c | 177 MSR_GS_BASE, 2029 case MSR_GS_BASE: in vmx_get_msr() 2217 case MSR_GS_BASE: in vmx_set_msr() 7584 vmx_disable_intercept_for_msr(vcpu, MSR_GS_BASE, MSR_TYPE_RW); in vmx_vcpu_create()
|
D | nested.c | 703 MSR_GS_BASE, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap() 927 CC(e->index == MSR_GS_BASE) || in nested_vmx_load_msr_check()
|
/linux-6.14.4/arch/x86/kernel/cpu/ |
D | common.c | 764 wrmsrl(MSR_GS_BASE, cpu_kernelmode_gs_base(cpu)); in switch_gdt_and_percpu_base()
|
/linux-6.14.4/arch/x86/kvm/ |
D | x86.c | 1811 case MSR_GS_BASE: in __kvm_set_msr()
|