Searched refs:__vm_create_with_vcpus (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/testing/selftests/kvm/lib/x86_64/ |
D | sev.c | 125 vm = __vm_create_with_vcpus(shape, 1, 0, guest_code, cpus); in vm_sev_create_with_one_vcpu()
|
/linux-6.12.1/tools/testing/selftests/kvm/ |
D | kvm_page_table_test.c | 255 vm = __vm_create_with_vcpus(VM_SHAPE(mode), nr_vcpus, guest_num_pages, in pre_init_before_test()
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/ |
D | memstress.c | 170 vm = __vm_create_with_vcpus(VM_SHAPE(mode), nr_vcpus, in memstress_create_vm()
|
D | kvm_util.c | 469 struct kvm_vm *__vm_create_with_vcpus(struct vm_shape shape, uint32_t nr_vcpus, in __vm_create_with_vcpus() function 494 vm = __vm_create_with_vcpus(shape, 1, extra_mem_pages, guest_code, vcpus); in __vm_create_shape_with_one_vcpu()
|
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | private_mem_conversions_test.c | 393 vm = __vm_create_with_vcpus(shape, nr_vcpus, 0, guest_code, vcpus); in test_mem_conversions()
|
/linux-6.12.1/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 915 struct kvm_vm *__vm_create_with_vcpus(struct vm_shape shape, uint32_t nr_vcpus, 923 return __vm_create_with_vcpus(VM_SHAPE_DEFAULT, nr_vcpus, 0, in vm_create_with_vcpus()
|