Searched refs:physmem_alloc_pos (Results 1 – 1 of 1) sorted by relevance
20 static unsigned long physmem_alloc_pos; variable33 physmem_alloc_pos, true); in __get_physmem_range_ptr()201 physmem_alloc_pos = limit; in physmem_set_usable_limit()316 max = min(max, physmem_alloc_pos); in physmem_alloc_range()333 addr = __physmem_alloc_range(size, align, 0, physmem_alloc_pos, physmem_alloc_ranges, in physmem_alloc()341 physmem_alloc_pos, physmem_alloc_ranges, in physmem_alloc()358 physmem_alloc_pos = addr; in physmem_alloc()371 return physmem_alloc_pos; in get_physmem_alloc_pos()
Completed in 4 milliseconds