Searched refs:UCALL_DONE (Results 1 - 25 of 63) sorted by relevance
123
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/ |
H A D | ucall_common.h | 16 UCALL_DONE, enumerator 56 #define GUEST_DONE() ucall(UCALL_DONE, 0)
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | userspace_msr_exit_test.c | 475 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_DONE, in process_ucall_done() 476 "Unexpected ucall command: %lu, expected UCALL_DONE (%d)", in process_ucall_done() 477 uc.cmd, UCALL_DONE); in process_ucall_done() local 494 case UCALL_DONE: in process_ucall() 568 if (process_ucall(vcpu) != UCALL_DONE) { in test_msr_filter_allow() 603 case UCALL_DONE: in handle_ucall()
|
H A D | exit_on_emulation_failure_test.c | 38 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); in main() local
|
H A D | cr4_cpuid_sync_test.c | 75 case UCALL_DONE: in main()
|
H A D | svm_vmcall_test.c | 61 case UCALL_DONE: in main()
|
H A D | vmx_invalid_nested_guest_state.c | 96 case UCALL_DONE: in main()
|
H A D | hyperv_extended_hypercalls.c | 88 case UCALL_DONE: in main()
|
H A D | monitor_mwait_test.c | 95 case UCALL_DONE: in main()
|
H A D | smaller_maxphyaddr_emulation_test.c | 102 case UCALL_DONE: in main()
|
H A D | set_boot_cpu_id.c | 62 case UCALL_DONE: in run_vcpu()
|
H A D | svm_int_ctl_test.c | 113 case UCALL_DONE: in main()
|
H A D | tsc_scaling_sync.c | 69 case UCALL_DONE: in run_vcpu()
|
H A D | vmx_apic_access_test.c | 115 case UCALL_DONE: in main()
|
H A D | userspace_io_test.c | 93 case UCALL_DONE: in main()
|
H A D | xcr0_cpuid_test.c | 127 case UCALL_DONE: in main()
|
H A D | fix_hypercall_test.c | 96 case UCALL_DONE: in enter_guest()
|
H A D | kvm_pv_test.c | 130 case UCALL_DONE: in enter_guest()
|
H A D | triple_fault_event_test.c | 115 case UCALL_DONE: in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
H A D | svm_vmcall_test.c | 68 case UCALL_DONE: in main()
|
H A D | cr4_cpuid_sync_test.c | 106 case UCALL_DONE: in main()
|
H A D | evmcs_test.c | 127 case UCALL_DONE: in main()
|
H A D | vmx_tsc_adjust_test.c | 158 case UCALL_DONE: in main()
|
H A D | vmx_apic_access_test.c | 133 case UCALL_DONE: in main()
|
H A D | vmx_dirty_log_test.c | 150 case UCALL_DONE: in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | kvm_util.h | 307 UCALL_DONE, enumerator 325 #define GUEST_DONE() ucall(UCALL_DONE, 0)
|
Completed in 8 milliseconds
123