Home
last modified time | relevance | path

Searched refs:efi_allocate_pages (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/firmware/efi/libstub/
Dfile.c213 status = efi_allocate_pages(alloc_size + size, in handle_cmdline_files()
217 status = efi_allocate_pages(alloc_size + size, in handle_cmdline_files()
Dmem.c86 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr, in efi_allocate_pages() function
Dfdt.c276 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, ULONG_MAX); in allocate_new_fdt_and_exit_boot()
Defi-stub-helper.c665 status = efi_allocate_pages(initrd->size, &initrd->base, max); in efi_load_initrd_dev_path()
Dx86-stub.c483 status = efi_allocate_pages(sizeof(struct boot_params), in efi_pe_entry()
Defistub.h904 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr,