Searched refs:run_guest_then_process_wrmsr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | userspace_msr_exit_test.c | 511 static void run_guest_then_process_wrmsr(struct kvm_vcpu *vcpu, in run_guest_then_process_wrmsr() function 554 run_guest_then_process_wrmsr(vcpu, MSR_IA32_XSS); in test_msr_filter_allow() 555 run_guest_then_process_wrmsr(vcpu, MSR_IA32_XSS); in test_msr_filter_allow() 558 run_guest_then_process_wrmsr(vcpu, MSR_IA32_FLUSH_CMD); in test_msr_filter_allow() 559 run_guest_then_process_wrmsr(vcpu, MSR_IA32_FLUSH_CMD); in test_msr_filter_allow() 561 run_guest_then_process_wrmsr(vcpu, MSR_NON_EXISTENT); in test_msr_filter_allow() 573 run_guest_then_process_wrmsr(vcpu, MSR_IA32_XSS); in test_msr_filter_allow() 574 run_guest_then_process_wrmsr(vcpu, MSR_IA32_XSS); in test_msr_filter_allow() 577 run_guest_then_process_wrmsr(vcpu, MSR_IA32_FLUSH_CMD); in test_msr_filter_allow() 578 run_guest_then_process_wrmsr(vcpu, MSR_IA32_FLUSH_CMD); in test_msr_filter_allow() [all …]
|