Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/include/
H A Dkvm_util.h881 vm_paddr_t __vm_phy_pages_alloc(struct kvm_vm *vm, size_t num,
894 return __vm_phy_pages_alloc(vm, num, paddr_min, memslot, in vm_phy_pages_alloc()
/linux-6.15/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1450 vm_paddr_t paddr = __vm_phy_pages_alloc(vm, pages, in ____vm_vaddr_alloc()
2073 vm_paddr_t __vm_phy_pages_alloc(struct kvm_vm *vm, size_t num, in __vm_phy_pages_alloc() function