Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_smbios.c24 if (efi_allocate_pages(1, memtype, pages, &dmi) != EFI_SUCCESS) in efi_smbios_register()
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_boottime.c190 r = efi_allocate_pages(type, memory_type, pages, memory); in efi_allocate_pages_ext()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/include/
H A Defi_loader.h172 efi_status_t efi_allocate_pages(int type, int memory_type, unsigned long pages,