Searched refs:efi_allocate_pages (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
A 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()
|
A D | mem.c | 86 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr, in efi_allocate_pages() function
|
A D | fdt.c | 276 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, ULONG_MAX); in allocate_new_fdt_and_exit_boot()
|
A D | efi-stub-helper.c | 522 status = efi_allocate_pages(initrd->size, &initrd->base, max); in efi_load_initrd_dev_path()
|
A D | x86-stub.c | 483 status = efi_allocate_pages(sizeof(struct boot_params), in efi_pe_entry()
|
A D | efistub.h | 981 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr,
|
Completed in 12 milliseconds