Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_memory.c278 efi_status_t efi_allocate_pages(int type, int memory_type, in efi_allocate_pages() function
334 r = efi_allocate_pages(0, memory_type, pages, &ret); in efi_alloc()
366 r = efi_allocate_pages(0, pool_type, num_pages, &t); in efi_allocate_pool()
480 if (efi_allocate_pages(1, EFI_LOADER_DATA, in efi_memory_init()
H A Defi_smbios.c24 if (efi_allocate_pages(1, memtype, pages, &dmi) != EFI_SUCCESS) in efi_smbios_register()
H A Defi_boottime.c190 r = efi_allocate_pages(type, memory_type, pages, memory); in efi_allocate_pages_ext()
/OK3568_Linux_fs/kernel/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.c91 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr, in efi_allocate_pages() function
H A Dfdt.c278 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, max_addr); in allocate_new_fdt_and_exit_boot()
H A Defi-stub-helper.c594 status = efi_allocate_pages(initrd_size, &initrd_addr, max); in efi_load_initrd_dev_path()
H A Defistub.h788 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()
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootefi.c77 if (efi_allocate_pages(1, EFI_BOOT_SERVICES_DATA, fdt_pages, in copy_fdt()
81 if (efi_allocate_pages(1, EFI_BOOT_SERVICES_DATA, fdt_pages, in copy_fdt()
/OK3568_Linux_fs/u-boot/include/
H A Defi_loader.h172 efi_status_t efi_allocate_pages(int type, int memory_type, unsigned long pages,