Home
last modified time | relevance | path

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

1234

/linux/tools/testing/selftests/kvm/arm64/
H A Didreg-idst.c71 case UCALL_DONE: in test_run_vcpu()
76 } while (uc.cmd != UCALL_DONE); in test_run_vcpu()
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.c160 if (get_ucall(source, &uc) != UCALL_DONE) in host_test_cpu_on()
279 TEST_ASSERT(get_ucall(source, &uc) == UCALL_DONE, "Guest did not exit cleanly"); in host_test_system_off2()
H A Dkvm-uuid.c53 case UCALL_DONE: in main()
H A Dhello_el2.c60 case UCALL_DONE: in main()
H A Dhost_sve.c100 case UCALL_DONE: in test_run()
/linux/tools/testing/selftests/kvm/x86/
H A Duserspace_msr_exit_test.c462 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_DONE, in process_ucall_done()
464 uc.cmd, UCALL_DONE); in process_ucall_done()
481 case UCALL_DONE: in process_ucall()
570 TEST_ASSERT_EQ(cmd, UCALL_DONE); in KVM_ONE_VCPU_TEST()
586 case UCALL_DONE: in handle_ucall()
H A Daperfmperf_test.c134 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); in main()
177 case UCALL_DONE: in main()
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.c94 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 Dnested_invalid_cr3_test.c106 case UCALL_DONE: in main()
H A Dvmx_apic_access_test.c115 case UCALL_DONE: in main()
H A Dvmx_nested_la57_state_test.c108 case UCALL_DONE: in main()
/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h16 UCALL_DONE, enumerator
68 #define GUEST_DONE() ucall(UCALL_DONE, 0)
/linux/tools/testing/selftests/kvm/riscv/
H A Debreak_test.c78 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); in main()
/linux/tools/testing/selftests/kvm/s390/
H A Dshared_zeropage_test.c96 TEST_ASSERT_EQ(uc.cmd, UCALL_DONE); in main()

1234