Searched refs:efi_allocate_pages (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/firmware/efi/libstub/ |
D | file.c | 251 status = efi_allocate_pages(alloc_size + size, in handle_cmdline_files() 255 status = efi_allocate_pages(alloc_size + size, in handle_cmdline_files()
|
D | x86-5lvl.c | 42 status = efi_allocate_pages(2 * PAGE_SIZE, (unsigned long *)&la57_code, in efi_setup_5level_paging()
|
D | mem.c | 86 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr, in efi_allocate_pages() function
|
D | fdt.c | 276 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, ULONG_MAX); in allocate_new_fdt_and_exit_boot()
|
D | efi-stub-helper.c | 574 status = efi_allocate_pages(initrd->size, &initrd->base, max); in efi_load_initrd_dev_path()
|
D | x86-stub.c | 557 status = efi_allocate_pages(PARAM_SIZE, &alloc, ULONG_MAX); in efi_pe_entry()
|
D | efistub.h | 1064 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr,
|