Home
last modified time | relevance | path

Searched refs:UCALL_SYNC (Results 1 – 25 of 67) sorted by relevance

123

/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h13 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 Dnested_tsc_scaling_test.c28 #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 Ducna_injection_test.c142 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_SYNC, in run_vcpu_expect_gp()
187 TEST_ASSERT(get_ucall(params->vcpu, &uc) == UCALL_SYNC, in run_ucna_injection()
197 TEST_ASSERT(get_ucall(params->vcpu, &uc) == UCALL_SYNC, in run_ucna_injection()
H A Duserspace_msr_exit_test.c476 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 Dsvm_vmcall_test.c59 case UCALL_SYNC: in main()
H A Dplatform_info_test.c61 case UCALL_SYNC: in main()
H A Dtsc_scaling_sync.c72 case UCALL_SYNC: in run_vcpu()
H A Dnested_invalid_cr3_test.c104 case UCALL_SYNC: in main()
H A Dvmx_apic_access_test.c112 case UCALL_SYNC: in main()
H A Dvmx_nested_la57_state_test.c106 case UCALL_SYNC: in main()
H A Dkvm_buslock_test.c107 case UCALL_SYNC: in main()
H A Dfix_hypercall_test.c96 case UCALL_SYNC: in enter_guest()
H A Dnested_tsc_adjust_test.c152 case UCALL_SYNC: in main()
H A Dset_boot_cpu_id.c68 case UCALL_SYNC: in run_vcpu()
H A Dxen_vmcall_test.c132 case UCALL_SYNC: in main()
H A Dkvm_clock_test.c123 case UCALL_SYNC: in enter_guest()
H A Dtsc_msrs_test.c74 case UCALL_SYNC: in run_vcpu()
H A Dnested_vmsave_vmload_test.c175 case UCALL_SYNC: in main()
H A Dxapic_tpr_test.c255 case UCALL_SYNC: in test_tpr()
/linux/tools/testing/selftests/kvm/arm64/
H A Dkvm-uuid.c51 case UCALL_SYNC: in main()
H A Dat.c133 case UCALL_SYNC: in run_test()
/linux/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c104 case UCALL_SYNC: in enter_guest()
H A Dmemslot_modification_stress_test.c48 if (get_ucall(vcpu, NULL) == UCALL_SYNC) in vcpu_worker()
H A Drseq_test.c265 TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC, in main()
/linux/tools/testing/selftests/kvm/s390/
H A Dtprot.c195 TEST_ASSERT_EQ(uc.cmd, UCALL_SYNC); \

123