Home
last modified time | relevance | path

Searched defs:freemem_end (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/lib/riscv/
H A Dsetup.c89 phys_addr_t freemem_end = freemem->end; in mem_allocator_init() local
/kvm-unit-tests/lib/arm/
H A Dsetup.c140 static void mem_allocator_init(phys_addr_t freemem_start, phys_addr_t freemem_end) in mem_allocator_init()