Home
last modified time | relevance | path

Searched refs:__vm_phy_pages_alloc (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h868 vm_paddr_t __vm_phy_pages_alloc(struct kvm_vm *vm, size_t num,
881 return __vm_phy_pages_alloc(vm, num, paddr_min, memslot, in vm_phy_pages_alloc()
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1387 vm_paddr_t paddr = __vm_phy_pages_alloc(vm, pages, in ____vm_vaddr_alloc()
2010 vm_paddr_t __vm_phy_pages_alloc(struct kvm_vm *vm, size_t num, in __vm_phy_pages_alloc() function