Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/boot/
H A Dphysmem_info.c18 static unsigned long physmem_alloc_pos; variable
31 physmem_alloc_pos, true); in __get_physmem_range_ptr()
183 physmem_alloc_pos = limit; in physmem_set_usable_limit()
288 max = min(max, physmem_alloc_pos); in physmem_alloc_range()
303 addr = __physmem_alloc_range(size, align, 0, physmem_alloc_pos, physmem_alloc_ranges, in physmem_alloc_top_down()
308 physmem_alloc_pos = __physmem_alloc_range( in physmem_alloc_top_down()
309 sizeof(struct reserved_range), 0, 0, physmem_alloc_pos, in physmem_alloc_top_down()
311 new_range = (struct reserved_range *)physmem_alloc_pos; in physmem_alloc_top_down()
314 addr = __physmem_alloc_range(size, align, 0, physmem_alloc_pos, in physmem_alloc_top_down()
320 physmem_alloc_pos = addr; in physmem_alloc_top_down()
[all …]