Home
last modified time | relevance | path

Searched refs:phys_alloc_get_unused (Results 1 – 8 of 8) sorted by relevance

/kvm-unit-tests/lib/
H A Dalloc_phys.h45 extern void phys_alloc_get_unused(phys_addr_t *p_base, phys_addr_t *p_top);
H A Dvmalloc.c223 phys_alloc_get_unused(&base, &top); in __setup_vm()
237 phys_alloc_get_unused(&base, &top); in __setup_vm()
H A Dalloc_phys.c119 void phys_alloc_get_unused(phys_addr_t *p_base, phys_addr_t *p_top) in phys_alloc_get_unused() function
/kvm-unit-tests/lib/s390x/
H A Dsclp.c41 phys_alloc_get_unused(&base, &top); in mem_init()
/kvm-unit-tests/lib/riscv/
H A Dsetup.c122 phys_alloc_get_unused(&base, &top); in mem_allocator_init()
/kvm-unit-tests/lib/powerpc/
H A Dsetup.c191 phys_alloc_get_unused(&base, &top); in mem_init()
/kvm-unit-tests/lib/arm/
H A Dsetup.c150 phys_alloc_get_unused(&base, &top); in mem_allocator_init()
/kvm-unit-tests/powerpc/
H A Dinterrupts.c165 phys_alloc_get_unused(&base, &top); in test_mmu()