Searched refs:physmem_alloc_or_die (Results 1 – 5 of 5) sorted by relevance
| /arch/s390/boot/ |
| A D | ipl_report.c | 157 early_ipl_comp_list_addr = physmem_alloc_or_die(RR_CERT_COMP_LIST, size, sizeof(int)); in save_ipl_cert_comp_list()
|
| A D | boot.h | 46 unsigned long physmem_alloc_or_die(enum reserved_range_type type, unsigned long size,
|
| A D | vmem.c | 240 table = (unsigned long *)physmem_alloc_or_die(RR_VMEM, size, size); in boot_crst_alloc() 256 pte_leftover = (void *)physmem_alloc_or_die(RR_VMEM, PAGE_SIZE, PAGE_SIZE); in boot_pte_alloc()
|
| A D | physmem_info.c | 363 unsigned long physmem_alloc_or_die(enum reserved_range_type type, unsigned long size, in physmem_alloc_or_die() function
|
| A D | startup.c | 216 addr = physmem_alloc_or_die(RR_INITRD, size, 0); in rescue_initrd()
|
Completed in 11 milliseconds