Searched refs:noncached_next (Results 1 – 2 of 2) sorted by relevance
79 static unsigned long noncached_next; variable104 noncached_next = start; in noncached_init()113 phys_addr_t next = ALIGN(noncached_next, align); in noncached_alloc()119 noncached_next = next + size; in noncached_alloc()
204 static unsigned long noncached_next; variable224 noncached_next = start; in noncached_init()231 phys_addr_t next = ALIGN(noncached_next, align); in noncached_alloc()237 noncached_next = next + size; in noncached_alloc()
Completed in 9 milliseconds