/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | vgic_init.c | 348 vcpus[i] = vm_vcpu_add(v.vm, i, guest_code); in test_vgic_then_vcpus() 468 (void)vm_vcpu_add(v.vm, 0, guest_code); in test_v3_typer_accesses() 472 (void)vm_vcpu_add(v.vm, 3, guest_code); in test_v3_typer_accesses() 477 (void)vm_vcpu_add(v.vm, 1, guest_code); in test_v3_typer_accesses() 482 (void)vm_vcpu_add(v.vm, 2, guest_code); in test_v3_typer_accesses() 529 vm_vcpu_add(v.vm, vcpuids[i], guest_code); in vm_gic_v3_create_with_vcpuids() 625 vcpus[i] = vm_vcpu_add(v.vm, i, guest_code); in test_v3_redist_ipa_range_check_at_vcpu_run()
|
H A D | page_fault_test.c | 712 vcpu = vm_vcpu_add(vm, 0, guest_code); in run_test()
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | cmma_test.c | 244 vcpu = vm_vcpu_add(vm, 1, guest_do_one_essa); in test_get_cmma_basic() 295 vcpu = vm_vcpu_add(vm, 1, guest_do_one_essa); in test_migration_mode() 458 vcpu = vm_vcpu_add(vm, 1, guest_do_one_essa); in test_get_inital_dirty() 517 vcpu = vm_vcpu_add(vm, 1, guest_dirty_test_data); in test_get_skip_holes()
|
H A D | resets.c | 211 *vcpu = vm_vcpu_add(vm, ARBITRARY_NON_ZERO_VCPU_ID, guest_code_initial); in create_vm()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | tsc_scaling_sync.c | 53 vcpu = vm_vcpu_add(vm, vcpu_id, guest_code); in run_vcpu()
|
H A D | hyperv_ipi.c | 259 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 | set_boot_cpu_id.c | 87 vcpus[i] = vm_vcpu_add(vm, i, i == bsp_vcpu_id ? guest_bsp_vcpu : in create_vm()
|
H A D | pmu_event_filter_test.c | 391 vcpu = vm_vcpu_add(vm, 0, guest_code); in test_pmu_config_disable() 949 vcpu2 = vm_vcpu_add(vm, 2, intel_masked_events_guest_code); in main() 951 vcpu2 = vm_vcpu_add(vm, 2, amd_masked_events_guest_code); in main()
|
H A D | nx_huge_pages_test.c | 130 vcpu = vm_vcpu_add(vm, 0, guest_code); in run_test()
|
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 | ucna_injection_test.c | 259 struct kvm_vcpu *vcpu = vm_vcpu_add(vm, vcpuid, guest_code); in create_vcpu_with_mce_cap()
|
H A D | xapic_ipi_test.c | 419 params[1].vcpu = vm_vcpu_add(vm, 1, sender_guest_code); in main()
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | hardware_disable_test.c | 105 vcpu = vm_vcpu_add(vm, i, guest_code); in run_test()
|
H A D | dirty_log_test.c | 692 *vcpu = vm_vcpu_add(vm, 0, guest_code); in create_vm()
|
/openbmc/linux/tools/testing/selftests/kvm/include/ |
H A D | kvm_util_base.h | 828 static inline struct kvm_vcpu *vm_vcpu_add(struct kvm_vm *vm, uint32_t vcpu_id, in vm_vcpu_add() function
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 415 vcpus[i] = vm_vcpu_add(vm, i, guest_code); in __vm_create_with_vcpus()
|