Home
last modified time | relevance | path

Searched refs:MSR_IA32_FLUSH_CMD (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Duserspace_msr_exit_test.c32 .base = MSR_IA32_FLUSH_CMD,
235 test_rdmsr(MSR_IA32_FLUSH_CMD); in guest_code_filter_allow()
238 test_wrmsr(MSR_IA32_FLUSH_CMD, 0); in guest_code_filter_allow()
241 test_wrmsr(MSR_IA32_FLUSH_CMD, 1); in guest_code_filter_allow()
272 test_em_rdmsr(MSR_IA32_FLUSH_CMD); in guest_code_filter_allow()
274 test_em_wrmsr(MSR_IA32_FLUSH_CMD, 0); in guest_code_filter_allow()
276 test_em_wrmsr(MSR_IA32_FLUSH_CMD, 1); in guest_code_filter_allow()
409 case MSR_IA32_FLUSH_CMD: in process_rdmsr()
442 case MSR_IA32_FLUSH_CMD: in process_wrmsr()
541 run_guest_then_process_rdmsr(vcpu, MSR_IA32_FLUSH_CMD); in KVM_ONE_VCPU_TEST()
[all …]
/linux/arch/x86/include/asm/
H A Dmsr-index.h227 #define MSR_IA32_FLUSH_CMD 0x0000010b macro
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h227 #define MSR_IA32_FLUSH_CMD 0x0000010b macro
/linux/arch/x86/kvm/svm/
H A Dnested.c217 MSR_IA32_FLUSH_CMD, in nested_svm_init_msrpm_merge_offsets()
H A Dsvm.c806 svm_set_intercept_for_msr(vcpu, MSR_IA32_FLUSH_CMD, MSR_TYPE_W, in svm_recalc_msr_intercepts()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c419 native_wrmsrq(MSR_IA32_FLUSH_CMD, L1D_FLUSH); in vmx_l1d_flush()
4283 vmx_set_intercept_for_msr(vcpu, MSR_IA32_FLUSH_CMD, MSR_TYPE_W, in vmx_recalc_msr_intercepts()
H A Dnested.c754 nested_vmx_merge_msr_bitmaps_write(MSR_IA32_FLUSH_CMD); in nested_vmx_prepare_msr_bitmap()
/linux/arch/x86/kvm/
H A Dx86.c3991 case MSR_IA32_FLUSH_CMD: in kvm_set_msr_common()
4001 wrmsrq(MSR_IA32_FLUSH_CMD, L1D_FLUSH); in kvm_set_msr_common()