Searched refs:__vm_vcpu_add (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/tools/testing/selftests/kvm/aarch64/ ! |
D | vcpu_width_config.c | 30 vcpu0 = __vm_vcpu_add(vm, 0); in add_init_2vcpus() 35 vcpu1 = __vm_vcpu_add(vm, 1); in add_init_2vcpus() 56 vcpu0 = __vm_vcpu_add(vm, 0); in add_2vcpus_init_2vcpus() 57 vcpu1 = __vm_vcpu_add(vm, 1); in add_2vcpus_init_2vcpus()
|
D | get-reg-list.c | 424 vcpu = __vm_vcpu_add(vm, 0); in run_test()
|
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/ ! |
D | sev_migrate_tests.c | 59 __vm_vcpu_add(vm, i); in sev_vm_create() 78 __vm_vcpu_add(vm, i); in aux_vm_create() 185 __vm_vcpu_add(sev_es_vm_no_vmsa, 1); in test_sev_migrate_parameters() 281 __vm_vcpu_add(dst_vm, i); in test_sev_mirror()
|
D | set_sregs_test.c | 94 vcpu = __vm_vcpu_add(vm, 0); in main()
|
/linux-6.1.9/tools/testing/selftests/kvm/ ! |
D | kvm_create_max_vcpus.c | 35 __vm_vcpu_add(vm, i); in test_vcpu_creation()
|
D | kvm_binary_stats_test.c | 240 vcpus[i * max_vcpu + j] = __vm_vcpu_add(vms[i], j); in main()
|
D | set_memory_region_test.c | 317 vcpu = __vm_vcpu_add(vm, 0); in test_zero_memory_regions()
|
/linux-6.1.9/tools/testing/selftests/kvm/lib/s390x/ ! |
D | processor.c | 173 vcpu = __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_add()
|
/linux-6.1.9/tools/testing/selftests/kvm/lib/riscv/ ! |
D | processor.c | 291 vcpu = __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_add()
|
/linux-6.1.9/tools/testing/selftests/kvm/lib/aarch64/ ! |
D | processor.c | 326 struct kvm_vcpu *vcpu = __vm_vcpu_add(vm, vcpu_id); in aarch64_vcpu_add()
|
/linux-6.1.9/tools/testing/selftests/kvm/lib/x86_64/ ! |
D | processor.c | 653 vcpu = __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_add() 673 struct kvm_vcpu *vcpu = __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_recreate()
|
/linux-6.1.9/tools/testing/selftests/kvm/lib/ ! |
D | kvm_util.c | 436 return __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_recreate() 1104 struct kvm_vcpu *__vm_vcpu_add(struct kvm_vm *vm, uint32_t vcpu_id) in __vm_vcpu_add() function
|
/linux-6.1.9/tools/testing/selftests/kvm/include/ ! |
D | kvm_util_base.h | 385 struct kvm_vcpu *__vm_vcpu_add(struct kvm_vm *vm, uint32_t vcpu_id);
|