Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/boot/
H A Dipl_report.c157 early_ipl_comp_list_addr = physmem_alloc_or_die(RR_CERT_COMP_LIST, size, sizeof(int)); in save_ipl_cert_comp_list()
H A Dboot.h46 unsigned long physmem_alloc_or_die(enum reserved_range_type type, unsigned long size,
H A Dvmem.c240 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()
H A Dphysmem_info.c363 unsigned long physmem_alloc_or_die(enum reserved_range_type type, unsigned long size, in physmem_alloc_or_die() function
H A Dstartup.c201 addr = physmem_alloc_or_die(RR_INITRD, size, 0); in rescue_initrd()