Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/lib/
H A Dcache.c72 static unsigned long noncached_end; variable
87 noncached_end = end; in noncached_init()
99 if (next >= noncached_end || (noncached_end - next) < size) in noncached_alloc()