Searched refs:efi_allocate_pages (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/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 | 524 status = efi_allocate_pages(initrd->size, &initrd->base, max); in efi_load_initrd_dev_path()
|
| D | x86-stub.c | 474 status = efi_allocate_pages(sizeof(struct boot_params), in efi_pe_entry()
|
| D | efistub.h | 982 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr,
|