Home
last modified time | relevance | path

Searched refs:efi_allocate_pages (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dfile.c195 status = efi_allocate_pages(alloc_size + size, in handle_cmdline_files()
199 status = efi_allocate_pages(alloc_size + size, in handle_cmdline_files()
H A Dmem.c72 * efi_allocate_pages() - Allocate memory pages
86 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr, in efi_allocate_pages() function
115 * only be used to return pages allocated with efi_allocate_pages() or
H A Dfdt.c276 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, ULONG_MAX); in allocate_new_fdt_and_exit_boot()
H A Defi-stub-helper.c581 status = efi_allocate_pages(initrd->size, &initrd->base, max); in efi_load_initrd_dev_path()
H A Defistub.h777 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr,
H A Dx86-stub.c381 status = efi_allocate_pages(sizeof(struct boot_params), in efi_pe_entry()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dfile.c251 status = efi_allocate_pages(alloc_size + size, in handle_cmdline_files()
255 status = efi_allocate_pages(alloc_size + size, in handle_cmdline_files()
H A Dmem.c72 * efi_allocate_pages() - Allocate memory pages
86 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr, in efi_allocate_pages() function
118 * only be used to return pages allocated with efi_allocate_pages() or
H A Dx86-5lvl.c42 status = efi_allocate_pages(2 * PAGE_SIZE, (unsigned long *)&la57_code, in efi_setup_5level_paging()
H A Dfdt.c276 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, ULONG_MAX); in allocate_new_fdt_and_exit_boot()
H A Defi-stub-helper.c524 status = efi_allocate_pages(initrd->size, &initrd->base, max); in efi_load_initrd_dev_path()
H A Defistub.h983 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr,

Completed in 10 milliseconds