| /linux/tools/testing/selftests/kvm/include/ |
| H A D | ucall_common.h | 13 UCALL_SYNC, enumerator 54 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4) 55 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage) 56 #define GUEST_SYNC1(arg0) ucall(UCALL_SYNC, 1, arg0) 57 #define GUEST_SYNC2(arg0, arg1) ucall(UCALL_SYNC, 2, arg0, arg1) 59 ucall(UCALL_SYNC, 3, arg0, arg1, arg2) 61 ucall(UCALL_SYNC, 4, arg0, arg1, arg2, arg3) 63 ucall(UCALL_SYNC, 5, arg0, arg1, arg2, arg3, arg4) 65 ucall(UCALL_SYNC, 6, arg0, arg1, arg2, arg3, arg4, arg5)
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | nested_tsc_scaling_test.c | 28 #define GUEST_SLEEP(sec) ucall(UCALL_SYNC, 2, USLEEP, sec) 29 #define GUEST_CHECK(level, freq) ucall(UCALL_SYNC, 2, level, freq) 211 case UCALL_SYNC: in main()
|
| H A D | userspace_msr_exit_test.c | 476 case UCALL_SYNC: in process_ucall() 552 TEST_ASSERT_EQ(cmd, UCALL_SYNC); in KVM_ONE_VCPU_TEST() 583 case UCALL_SYNC: in handle_ucall() 687 TEST_ASSERT(run_guest_then_process_ucall(vcpu) == UCALL_SYNC, in KVM_ONE_VCPU_TEST()
|
| H A D | nested_invalid_cr3_test.c | 104 case UCALL_SYNC: in main()
|
| H A D | vmx_nested_la57_state_test.c | 106 case UCALL_SYNC: in main()
|
| H A D | nested_tsc_adjust_test.c | 152 case UCALL_SYNC: in main()
|
| H A D | vmx_dirty_log_test.c | 141 case UCALL_SYNC: in test_vmx_dirty_log()
|
| H A D | aperfmperf_test.c | 181 case UCALL_SYNC: in main()
|
| H A D | sev_smoke_test.c | 148 case UCALL_SYNC: in test_sev()
|
| H A D | xapic_state_test.c | 77 TEST_ASSERT_EQ(get_ucall(vcpu, &uc), UCALL_SYNC); in ____test_icr()
|
| H A D | nested_exceptions_test.c | 174 case UCALL_SYNC: in assert_ucall_vector()
|
| H A D | state_test.c | 262 case UCALL_SYNC: in main()
|
| H A D | cpuid_test.c | 127 case UCALL_SYNC: in run_vcpu()
|
| H A D | amx_test.c | 287 case UCALL_SYNC: in main()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | kvm-uuid.c | 51 case UCALL_SYNC: in main()
|
| H A D | at.c | 133 case UCALL_SYNC: in run_test()
|
| H A D | external_aborts.c | 102 __vcpu_run_expect(vcpu, UCALL_SYNC); in vcpu_run_expect_sync()
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | system_counter_offset_test.c | 104 case UCALL_SYNC: in enter_guest()
|
| H A D | memslot_modification_stress_test.c | 48 if (get_ucall(vcpu, NULL) == UCALL_SYNC) in vcpu_worker()
|
| H A D | rseq_test.c | 265 TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC, in main()
|
| H A D | arch_timer.c | 63 case UCALL_SYNC: in test_vcpu_run()
|
| H A D | guest_print_test.c | 139 case UCALL_SYNC: in run_test()
|
| H A D | demand_paging_test.c | 46 if (get_ucall(vcpu, NULL) != UCALL_SYNC) { in vcpu_worker()
|
| H A D | coalesced_io_test.c | 172 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_SYNC); in test_coalesced_io()
|
| H A D | kvm_page_table_test.c | 206 TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC, in vcpu_worker()
|