Searched refs:UCALL_SYNC (Results 1 – 25 of 54) sorted by relevance
123
/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_64/ |
H A D | vmx_nested_tsc_scaling_test.c |
|
H A D | ucna_injection_test.c |
|
H A D | userspace_msr_exit_test.c |
|
H A D | svm_vmcall_test.c |
|
H A D | tsc_scaling_sync.c |
|
H A D | monitor_mwait_test.c |
|
H A D | vmx_apic_access_test.c |
|
H A D | vmx_tsc_adjust_test.c |
|
H A D | fix_hypercall_test.c |
|
H A D | set_boot_cpu_id.c |
|
H A D | vmx_dirty_log_test.c |
|
H A D | kvm_clock_test.c |
|
H A D | xen_vmcall_test.c |
|
H A D | tsc_msrs_test.c |
|
H A D | vmx_preemption_timer_test.c |
|
H A D | hyperv_svm_test.c |
|
H A D | dirty_log_page_splitting_test.c |
|
/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 | 47 if (get_ucall(vcpu, NULL) == UCALL_SYNC) in vcpu_worker()
|
H A D | rseq_test.c | 248 TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC, in main()
|
H A D | arch_timer.c | 63 case UCALL_SYNC: in test_vcpu_run()
|
/linux/tools/testing/selftests/kvm/x86/ |
H A D | sev_smoke_test.c | 138 case UCALL_SYNC: in test_sev()
|
/linux/tools/testing/selftests/kvm/s390x/ |
H A D | tprot.c |
|
/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | smccc_filter.c |
|
123