Searched refs:__vm_vcpu_add (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A 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()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A 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()
|
H A D | set_sregs_test.c | 90 vcpu = __vm_vcpu_add(vm, 0); in main()
|
H A D | state_test.c | 308 vcpuN = __vm_vcpu_add(vm, vcpu->id + 1); in main()
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | kvm_create_max_vcpus.c | 35 __vm_vcpu_add(vm, i); in test_vcpu_creation()
|
H A D | get-reg-list.c | 133 vcpu = __vm_vcpu_add(vm, 0); in vcpu_config_get_vcpu() 141 return __vm_vcpu_add(vm, 0); in vcpu_config_get_vcpu()
|
H A D | kvm_binary_stats_test.c | 231 vcpus[i * max_vcpu + j] = __vm_vcpu_add(vms[i], j); in main()
|
H A D | set_memory_region_test.c | 319 vcpu = __vm_vcpu_add(vm, 0); in test_zero_memory_regions()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/s390x/ |
H A D | processor.c | 175 vcpu = __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_add()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/riscv/ |
H A D | processor.c | 296 vcpu = __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_add()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | processor.c | 592 vcpu = __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_add() 612 struct kvm_vcpu *vcpu = __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_recreate()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | processor.c | 352 struct kvm_vcpu *vcpu = __vm_vcpu_add(vm, vcpu_id); in aarch64_vcpu_add()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 471 return __vm_vcpu_add(vm, vcpu_id); in vm_arch_vcpu_recreate() 1216 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/include/ |
H A D | kvm_util_base.h | 446 struct kvm_vcpu *__vm_vcpu_add(struct kvm_vm *vm, uint32_t vcpu_id);
|