Searched refs:physmem_alloc (Results 1 – 3 of 3) sorted by relevance
/linux/arch/s390/boot/ |
H A D | physmem_info.c | 367 unsigned long physmem_alloc(enum reserved_range_type type, unsigned long size, in physmem_alloc() function 408 return physmem_alloc(type, size, align, true); in physmem_alloc_or_die()
|
H A D | boot.h | 53 unsigned long physmem_alloc(enum reserved_range_type type, unsigned long size,
|
H A D | vmem.c | 285 addr = physmem_alloc(RR_VMEM, size, size, size == PAGE_SIZE); in resolve_pa_may_alloc()
|