Searched refs:efi_allocate_pages (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/firmware/efi/libstub/ |
D | file.c | 195 status = efi_allocate_pages(alloc_size + size, in handle_cmdline_files() 199 status = efi_allocate_pages(alloc_size + size, in handle_cmdline_files()
|
D | mem.c | 91 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr, in efi_allocate_pages() function
|
D | fdt.c | 278 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, max_addr); in allocate_new_fdt_and_exit_boot()
|
D | efi-stub-helper.c | 594 status = efi_allocate_pages(initrd_size, &initrd_addr, max); in efi_load_initrd_dev_path()
|
D | efistub.h | 788 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr,
|
D | x86-stub.c | 381 status = efi_allocate_pages(sizeof(struct boot_params), in efi_pe_entry()
|