Searched refs:UCALL_DONE (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dexit_on_emulation_failure_test.c38 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); local
H A Dcr4_cpuid_sync_test.c75 case UCALL_DONE:
H A Dsvm_vmcall_test.c61 case UCALL_DONE:
H A Dvmx_invalid_nested_guest_state.c96 case UCALL_DONE:
H A Duserspace_io_test.c93 case UCALL_DONE:
H A Dsev_smoke_test.c62 case UCALL_DONE:
H A Dsmaller_maxphyaddr_emulation_test.c102 case UCALL_DONE:
H A Dsvm_int_ctl_test.c113 case UCALL_DONE:
H A Dset_boot_cpu_id.c62 case UCALL_DONE:
H A Dtsc_scaling_sync.c69 case UCALL_DONE:
H A Dmonitor_mwait_test.c97 case UCALL_DONE:
H A Dhyperv_extended_hypercalls.c90 case UCALL_DONE:
H A Dvmx_apic_access_test.c115 case UCALL_DONE:
H A Dxcr0_cpuid_test.c127 case UCALL_DONE:
H A Dvmx_tsc_adjust_test.c146 case UCALL_DONE:
H A Dtriple_fault_event_test.c115 case UCALL_DONE:
H A Dfix_hypercall_test.c99 case UCALL_DONE:
H A Dvmx_dirty_log_test.c163 case UCALL_DONE:
H A Duserspace_msr_exit_test.c460 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_DONE,
461 "Unexpected ucall command: %lu, expected UCALL_DONE (%d)",
462 uc.cmd, UCALL_DONE); local
479 case UCALL_DONE:
573 TEST_ASSERT_EQ(cmd, UCALL_DONE);
589 case UCALL_DONE:
H A Dvmx_preemption_timer_test.c191 case UCALL_DONE:
H A Dtsc_msrs_test.c83 case UCALL_DONE:
H A Dxen_vmcall_test.c133 case UCALL_DONE:
/linux-master/tools/testing/selftests/kvm/include/
H A Ducall_common.h16 UCALL_DONE, enumerator in enum:__anon1074
68 #define GUEST_DONE() ucall(UCALL_DONE, 0)
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dpsci_test.c150 if (get_ucall(source, &uc) != UCALL_DONE)
H A Daarch32_id_regs.c62 case UCALL_DONE:

Completed in 290 milliseconds

123