Searched refs:MEMBLOCK_ALLOC_ACCESSIBLE (Results 1 – 4 of 4) sorted by relevance
210 if (end == MEMBLOCK_ALLOC_ACCESSIBLE) in memblock_find_in_range_node()1181 ret = memblock_alloc_base_nid(size, align, MEMBLOCK_ALLOC_ACCESSIBLE, in memblock_alloc_nid()1212 return memblock_alloc_base(size, align, MEMBLOCK_ALLOC_ACCESSIBLE); in memblock_alloc()1221 return memblock_alloc_base(size, align, MEMBLOCK_ALLOC_ACCESSIBLE); in memblock_alloc_try_nid()
307 #define MEMBLOCK_ALLOC_ACCESSIBLE 0 macro
203 MEMBLOCK_ALLOC_ACCESSIBLE); in alloc_node_data()
733 addr = __memblock_alloc_base(size, align, MEMBLOCK_ALLOC_ACCESSIBLE); in early_reserve_e820()