Searched refs:efi_allocate_pages (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_memory.c | 278 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 D | efi_smbios.c | 24 if (efi_allocate_pages(1, memtype, pages, &dmi) != EFI_SUCCESS) in efi_smbios_register()
|
| H A D | efi_boottime.c | 190 r = efi_allocate_pages(type, memory_type, pages, memory); in efi_allocate_pages_ext()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A 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()
|
| H A D | mem.c | 91 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr, in efi_allocate_pages() function
|
| H A D | fdt.c | 278 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, max_addr); in allocate_new_fdt_and_exit_boot()
|
| H A D | efi-stub-helper.c | 594 status = efi_allocate_pages(initrd_size, &initrd_addr, max); in efi_load_initrd_dev_path()
|
| H A D | efistub.h | 788 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr,
|
| H A D | x86-stub.c | 381 status = efi_allocate_pages(sizeof(struct boot_params), in efi_pe_entry()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootefi.c | 77 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 D | efi_loader.h | 172 efi_status_t efi_allocate_pages(int type, int memory_type, unsigned long pages,
|