Symbol: MSR_IA32_FLUSH_CMD
arch/x86/kvm/svm/nested.c
217
MSR_IA32_FLUSH_CMD,
arch/x86/kvm/svm/svm.c
792
svm_set_intercept_for_msr(vcpu, MSR_IA32_FLUSH_CMD, MSR_TYPE_W,
arch/x86/kvm/vmx/nested.c
754
nested_vmx_merge_msr_bitmaps_write(MSR_IA32_FLUSH_CMD);
arch/x86/kvm/vmx/vmx.c
415
native_wrmsrq(MSR_IA32_FLUSH_CMD, L1D_FLUSH);
arch/x86/kvm/vmx/vmx.c
4389
vmx_set_intercept_for_msr(vcpu, MSR_IA32_FLUSH_CMD, MSR_TYPE_W,
arch/x86/kvm/x86.c
3989
case MSR_IA32_FLUSH_CMD:
arch/x86/kvm/x86.c
3999
wrmsrq(MSR_IA32_FLUSH_CMD, L1D_FLUSH);
arch/x86/mm/tlb.c
633
wrmsrq(MSR_IA32_FLUSH_CMD, L1D_FLUSH);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
235
test_rdmsr(MSR_IA32_FLUSH_CMD);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
238
test_wrmsr(MSR_IA32_FLUSH_CMD, 0);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
241
test_wrmsr(MSR_IA32_FLUSH_CMD, 1);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
272
test_em_rdmsr(MSR_IA32_FLUSH_CMD);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
274
test_em_wrmsr(MSR_IA32_FLUSH_CMD, 0);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
276
test_em_wrmsr(MSR_IA32_FLUSH_CMD, 1);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
32
.base = MSR_IA32_FLUSH_CMD,
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
409
case MSR_IA32_FLUSH_CMD:
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
442
case MSR_IA32_FLUSH_CMD:
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
541
run_guest_then_process_rdmsr(vcpu, MSR_IA32_FLUSH_CMD);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
542
run_guest_then_process_wrmsr(vcpu, MSR_IA32_FLUSH_CMD);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
543
run_guest_then_process_wrmsr(vcpu, MSR_IA32_FLUSH_CMD);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
560
run_guest_then_process_rdmsr(vcpu, MSR_IA32_FLUSH_CMD);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
561
run_guest_then_process_wrmsr(vcpu, MSR_IA32_FLUSH_CMD);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
562
run_guest_then_process_wrmsr(vcpu, MSR_IA32_FLUSH_CMD);