Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dphysmem_info.c367 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 Dboot.h53 unsigned long physmem_alloc(enum reserved_range_type type, unsigned long size,
H A Dvmem.c285 addr = physmem_alloc(RR_VMEM, size, size, size == PAGE_SIZE); in resolve_pa_may_alloc()