Searched refs:__vm_vcpu_add (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/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()
|
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | sev_migrate_tests.c | 35 __vm_vcpu_add(vm, i); in sev_vm_create() 54 __vm_vcpu_add(vm, i); in aux_vm_create() 161 __vm_vcpu_add(sev_es_vm_no_vmsa, 1); in test_sev_migrate_parameters() 257 __vm_vcpu_add(dst_vm, i); in test_sev_mirror()
|
D | set_sregs_test.c | 89 vcpu = __vm_vcpu_add(vm, 0); in main()
|
D | state_test.c | 307 vcpuN = __vm_vcpu_add(vm, vcpu->id + 1); in main()
|
/linux-6.12.1/tools/testing/selftests/kvm/ |
D | kvm_create_max_vcpus.c | 33 __vm_vcpu_add(vm, i); in test_vcpu_creation()
|
D | get-reg-list.c | 134 vcpu = __vm_vcpu_add(vm, 0); in vcpu_config_get_vcpu() 142 return __vm_vcpu_add(vm, 0); in vcpu_config_get_vcpu()
|
D | kvm_binary_stats_test.c | 229 vcpus[i * max_vcpu + j] = __vm_vcpu_add(vms[i], j); in main()
|
D | set_memory_region_test.c | 336 vcpu = __vm_vcpu_add(vm, 0); in test_zero_memory_regions()
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/s390x/ |
D | processor.c | 178 vcpu = __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_add()
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 675 vcpu = __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_add() 694 struct kvm_vcpu *vcpu = __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_recreate()
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/riscv/ |
D | processor.c | 313 vcpu = __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_add()
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/aarch64/ |
D | processor.c | 380 struct kvm_vcpu *vcpu = __vm_vcpu_add(vm, vcpu_id); in __aarch64_vcpu_add()
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 538 return __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_recreate() 1263 struct kvm_vcpu *__vm_vcpu_add(struct kvm_vm *vm, uint32_t vcpu_id) in __vm_vcpu_add() function
|
/linux-6.12.1/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 596 struct kvm_vcpu *__vm_vcpu_add(struct kvm_vm *vm, uint32_t vcpu_id);
|