Home
last modified time | relevance | path

Searched refs:phys_alloc_init (Results 1 – 7 of 7) sorted by relevance

/kvm-unit-tests/lib/
H A Dalloc_phys.h24 extern void phys_alloc_init(phys_addr_t base, phys_addr_t size);
H A Dalloc_phys.c53 void phys_alloc_init(phys_addr_t base_addr, phys_addr_t size) in phys_alloc_init() function
/kvm-unit-tests/lib/x86/
H A Dsetup.c106 phys_alloc_init(best_start, best_end - best_start); in find_highmem()
163 phys_alloc_init(best_start, best_end - best_start); in setup_multiboot()
240 phys_alloc_init(free_mem_start, free_mem_pages << EFI_PAGE_SHIFT); in setup_memory_allocator()
/kvm-unit-tests/lib/s390x/
H A Dsclp.c40 phys_alloc_init(freemem_start, mem_end - freemem_start); in mem_init()
/kvm-unit-tests/lib/riscv/
H A Dsetup.c120 phys_alloc_init(freemem_start, freemem_end - freemem_start); in mem_allocator_init()
/kvm-unit-tests/lib/powerpc/
H A Dsetup.c187 phys_alloc_init(freemem_start, primary.end - freemem_start); in mem_init()
/kvm-unit-tests/lib/arm/
H A Dsetup.c147 phys_alloc_init(freemem_start, freemem_end - freemem_start); in mem_allocator_init()