Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/lib/
Dcache.c73 static unsigned long noncached_next; variable
88 noncached_next = start; in noncached_init()
97 phys_addr_t next = ALIGN(noncached_next, align); in noncached_alloc()
103 noncached_next = next + size; in noncached_alloc()