Home
last modified time | relevance | path

Searched refs:UCALL_DONE (Results 1 – 25 of 64) sorted by relevance

123

/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dno-vgic-v3.c133 case UCALL_DONE: in test_run_vcpu()
138 } while (uc.cmd != UCALL_DONE); in test_run_vcpu()
H A Dpsci_test.c159 if (get_ucall(source, &uc) != UCALL_DONE) in host_test_cpu_on()
278 TEST_ASSERT(get_ucall(source, &uc) == UCALL_DONE, "Guest did not exit cleanly"); in host_test_system_off2()
H A Dmmio_abort.c61 case UCALL_DONE: in vcpu_run_expect_done()
/linux-6.15/tools/testing/selftests/kvm/include/
H A Ducall_common.h16 UCALL_DONE, enumerator
68 #define GUEST_DONE() ucall(UCALL_DONE, 0)
/linux-6.15/tools/testing/selftests/kvm/x86/
H A Duserspace_msr_exit_test.c456 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_DONE, in process_ucall_done()
458 uc.cmd, UCALL_DONE); in process_ucall_done()
475 case UCALL_DONE: in process_ucall()
564 TEST_ASSERT_EQ(cmd, UCALL_DONE); in KVM_ONE_VCPU_TEST()
580 case UCALL_DONE: in handle_ucall()
H A Dexit_on_emulation_failure_test.c35 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); in main()
H A Dsvm_vmcall_test.c61 case UCALL_DONE: in main()
H A Dplatform_info_test.c64 case UCALL_DONE: in main()
H A Dcr4_cpuid_sync_test.c90 case UCALL_DONE: in main()
H A Duserspace_io_test.c93 case UCALL_DONE: in main()
H A Dvmx_invalid_nested_guest_state.c96 case UCALL_DONE: in main()
H A Dsmaller_maxphyaddr_emulation_test.c96 case UCALL_DONE: in main()
H A Dsvm_int_ctl_test.c107 case UCALL_DONE: in main()
H A Dtsc_scaling_sync.c69 case UCALL_DONE: in run_vcpu()
H A Dhyperv_extended_hypercalls.c90 case UCALL_DONE: in main()
H A Dxcr0_cpuid_test.c129 case UCALL_DONE: in main()
H A Dvmx_apic_access_test.c115 case UCALL_DONE: in main()
H A Dtriple_fault_event_test.c115 case UCALL_DONE: in main()
H A Dmonitor_mwait_test.c123 case UCALL_DONE: in main()
H A Dvmx_tsc_adjust_test.c146 case UCALL_DONE: in main()
H A Dfix_hypercall_test.c99 case UCALL_DONE: in enter_guest()
H A Dset_boot_cpu_id.c75 case UCALL_DONE: in run_vcpu()
H A Dvmx_dirty_log_test.c160 case UCALL_DONE: in test_vmx_dirty_log()
/linux-6.15/tools/testing/selftests/kvm/riscv/
H A Debreak_test.c78 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); in main()
/linux-6.15/tools/testing/selftests/kvm/s390/
H A Dshared_zeropage_test.c96 TEST_ASSERT_EQ(uc.cmd, UCALL_DONE); in main()

123