Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dlmb.c13 #define LMB_ALLOC_ANYWHERE 0 macro
257 return lmb_alloc_base(lmb, size, align, LMB_ALLOC_ANYWHERE); in lmb_alloc()
295 if (max_addr == LMB_ALLOC_ANYWHERE) in __lmb_alloc_base()
H A Dsysmem.c17 #define LMB_ALLOC_ANYWHERE 0 /* sync with lmb.c */ macro
481 alloc_base = LMB_ALLOC_ANYWHERE; in sysmem_alloc_align_base()