Home
last modified time | relevance | path

Searched refs:sync_global_to_guest (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/
H A Ddirty_log_test.c675 sync_global_to_guest(vm, host_page_size); in run_test()
676 sync_global_to_guest(vm, guest_page_size); in run_test()
677 sync_global_to_guest(vm, guest_test_virt_mem); in run_test()
678 sync_global_to_guest(vm, guest_num_pages); in run_test()
701 sync_global_to_guest(vm, iteration); in run_test()
704 sync_global_to_guest(vm, nr_writes); in run_test()
767 sync_global_to_guest(vm, vcpu_stop); in run_test()
775 sync_global_to_guest(vm, vcpu_stop); in run_test()
H A Dsteal_time.c76 sync_global_to_guest(vcpu->vm, st_gva[i]); in steal_time_init()
185 sync_global_to_guest(vm, st_gva[i]); in steal_time_init()
284 sync_global_to_guest(vcpu->vm, st_gva[i]); in steal_time_init()
285 sync_global_to_guest(vcpu->vm, st_gpa[i]); in steal_time_init()
H A Dmmu_stress_test.c160 sync_global_to_guest(vm, all_vcpus_hit_ro_fault); in vcpu_worker()
388 sync_global_to_guest(vm, mprotect_ro_done); in main()
H A Dguest_print_test.c60 sync_global_to_guest(vcpu->vm, vals); \
H A Dcoalesced_io_test.c228 sync_global_to_guest(vm, kvm_builtin_io_ring); in main()
H A Dkvm_page_table_test.c290 sync_global_to_guest(vm, test_args); in pre_init_before_test()
/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Darch_timer.c173 sync_global_to_guest(vm, ptimer_irq); in test_init_timer_irq()
174 sync_global_to_guest(vm, vtimer_irq); in test_init_timer_irq()
211 sync_global_to_guest(vm, test_args); in test_vm_create()
H A Darch_timer_edge_cases.c956 sync_global_to_guest(vm, ptimer_irq); in test_init_timer_irq()
957 sync_global_to_guest(vm, vtimer_irq); in test_init_timer_irq()
977 sync_global_to_guest(*vm, test_args); in test_vm_create()
H A Dhypercalls.c279 sync_global_to_guest(*vm, stage); in test_guest_stage()
H A Dvgic_lpi_stress.c212 sync_global_to_guest(vm, test_data); in setup_test_data()
/linux-6.15/tools/testing/selftests/kvm/riscv/
H A Darch_timer.c97 sync_global_to_guest(vm, timer_freq); in test_vm_create()
101 sync_global_to_guest(vm, test_args); in test_vm_create()
H A Dsbi_pmu_test.c578 sync_global_to_guest(vcpu->vm, snapshot_gva); in test_vm_setup_snapshot_mem()
579 sync_global_to_guest(vcpu->vm, snapshot_gpa); in test_vm_setup_snapshot_mem()
619 sync_global_to_guest(vm, timer_freq); in test_vm_events_overflow()
620 sync_global_to_guest(vm, vcpu_shared_irq_count); in test_vm_events_overflow()
621 sync_global_to_guest(vm, targs); in test_vm_events_overflow()
/linux-6.15/tools/testing/selftests/kvm/lib/
H A Dmemstress.c229 sync_global_to_guest(vm, memstress_args); in memstress_create_vm()
242 sync_global_to_guest(vm, memstress_args.write_percent); in memstress_set_write_percent()
248 sync_global_to_guest(vm, memstress_args.random_access); in memstress_set_random_access()
H A Dkvm_util.c483 sync_global_to_guest(vm, guest_rng); in __vm_create()
/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dfix_hypercall_test.c120 sync_global_to_guest(vm, quirk_disabled); in test_fix_hypercall()
H A Dapic_bus_clock_test.c135 sync_global_to_guest(vm, is_x2apic); in run_apic_bus_clock_test()
H A Dpmu_counters_test.c93 sync_global_to_guest(vm, kvm_pmu_version); in pmu_vm_create_with_one_vcpu()
94 sync_global_to_guest(vm, hardware_pmu_arch_events); in pmu_vm_create_with_one_vcpu()
H A Dpmu_event_filter_test.c167 sync_global_to_guest(vcpu->vm, pmc_results); in run_vcpu_and_sync_pmc_results()
/linux-6.15/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c638 sync_global_to_guest(vm, host_cpu_is_intel); in kvm_arch_vm_post_create()
639 sync_global_to_guest(vm, host_cpu_is_amd); in kvm_arch_vm_post_create()
640 sync_global_to_guest(vm, is_forced_emulation_enabled); in kvm_arch_vm_post_create()
651 sync_global_to_guest(vm, guest_tsc_khz); in kvm_arch_vm_post_create()
/linux-6.15/tools/testing/selftests/kvm/include/
H A Dkvm_util.h996 #define sync_global_to_guest(vm, g) ({ \ macro