Home
last modified time | relevance | path

Searched refs:phy_pages (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c169 * phy_pages - Physical memory pages
178 * When phy_pages is non-zero, a memory region of phy_pages physical pages
183 struct kvm_vm *vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm) in vm_create() argument
188 vm_guest_mode_string(mode), phy_pages, perm); in vm_create()
267 if (phy_pages != 0) in vm_create()
269 0, 0, phy_pages, 0); in vm_create()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
H A Dkvm_util.h70 struct kvm_vm *vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm);

Completed in 4 milliseconds