Searched refs:____vm_alloc (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 1439 static gva_t ____vm_alloc(struct kvm_vm *vm, size_t sz, gva_t min_gva, in ____vm_alloc() function 1468 return ____vm_alloc(vm, sz, min_gva, type, in __vm_alloc() 1475 return ____vm_alloc(vm, sz, min_gva, type, false); in vm_alloc_shared()
|