Home
last modified time | relevance | path

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

/linux/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 Dvmem.c239 table = (unsigned long *)physmem_alloc_or_die(RR_VMEM, size, size); in boot_crst_alloc()
249 pte = (void *)physmem_alloc_or_die(RR_VMEM, PAGE_SIZE, PAGE_SIZE); in boot_pte_alloc()
H A Dphysmem_info.c361 unsigned long physmem_alloc_or_die(enum reserved_range_type type, unsigned long size, in physmem_alloc_or_die() function