Searched refs:vm_vcpu_add (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | cmma_test.c | 239 vcpu = vm_vcpu_add(vm, 1, guest_do_one_essa); in test_get_cmma_basic() 290 vcpu = vm_vcpu_add(vm, 1, guest_do_one_essa); in test_migration_mode() 453 vcpu = vm_vcpu_add(vm, 1, guest_do_one_essa); in test_get_initial_dirty() 512 vcpu = vm_vcpu_add(vm, 1, guest_dirty_test_data); in test_get_skip_holes()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | vgic_init.c | 347 vcpus[i] = vm_vcpu_add(v.vm, i, guest_code); in test_vgic_then_vcpus() 467 (void)vm_vcpu_add(v.vm, 0, guest_code); in test_v3_typer_accesses() 471 (void)vm_vcpu_add(v.vm, 3, guest_code); in test_v3_typer_accesses() 476 (void)vm_vcpu_add(v.vm, 1, guest_code); in test_v3_typer_accesses() 481 (void)vm_vcpu_add(v.vm, 2, guest_code); in test_v3_typer_accesses() 528 vm_vcpu_add(v.vm, vcpuids[i], guest_code); in vm_gic_v3_create_with_vcpuids() 624 vcpus[i] = vm_vcpu_add(v.vm, i, guest_code); in test_v3_redist_ipa_range_check_at_vcpu_run()
|
| H A D | set_id_regs.c | 783 vcpu = vm_vcpu_add(vm, 0, guest_code); in main()
|
| H A D | page_fault_test.c | 711 vcpu = vm_vcpu_add(vm, 0, guest_code); in run_test()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | hyperv_ipi.c | 260 vcpu[1] = vm_vcpu_add(vm, RECEIVER_VCPU_ID_1, receiver_code); in main() 265 vcpu[2] = vm_vcpu_add(vm, RECEIVER_VCPU_ID_2, receiver_code); in main()
|
| H A D | pmu_event_filter_test.c | 338 vcpu = vm_vcpu_add(vm, 0, guest_code); in test_pmu_config_disable() 864 vcpu2 = vm_vcpu_add(vm, 2, intel_masked_events_guest_code); in main() 866 vcpu2 = vm_vcpu_add(vm, 2, amd_masked_events_guest_code); in main()
|
| H A D | aperfmperf_test.c | 154 vcpu = vm_vcpu_add(vm, 0, guest_code); in main()
|
| H A D | hyperv_tlb_flush.c | 636 vcpu[1] = vm_vcpu_add(vm, WORKER_VCPU_ID_1, worker_guest_code); in main() 641 vcpu[2] = vm_vcpu_add(vm, WORKER_VCPU_ID_2, worker_guest_code); in main()
|
| H A D | xapic_ipi_test.c | 415 params[1].vcpu = vm_vcpu_add(vm, 1, sender_guest_code); in main()
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 1158 static inline struct kvm_vcpu *vm_vcpu_add(struct kvm_vm *vm, uint32_t vcpu_id, in vm_vcpu_add() function
|
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 528 vcpus[i] = vm_vcpu_add(vm, i, guest_code); in __vm_create_with_vcpus()
|