Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/boot/compressed/
Deboot.c84 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in __file_size32()
94 efi_call_early(free_pool, info); in __file_size32()
99 efi_call_early(free_pool, info); in __file_size32()
137 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in __file_size64()
147 efi_call_early(free_pool, info); in __file_size64()
152 efi_call_early(free_pool, info); in __file_size64()
210 status = efi_call_early(handle_protocol, handle, in __open_volume32()
236 status = efi_call_early(handle_protocol, handle, in __open_volume64()
331 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, size, &rom); in __setup_efi_pci32()
371 efi_call_early(free_pool, rom); in __setup_efi_pci32()
[all …]
/linux-4.4.14/drivers/firmware/efi/libstub/
Defi-stub-helper.c85 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_get_memory_map()
92 status = efi_call_early(get_memory_map, map_size, m, in efi_get_memory_map()
95 efi_call_early(free_pool, m); in efi_get_memory_map()
100 efi_call_early(free_pool, m); in efi_get_memory_map()
133 efi_call_early(free_pool, map.map); in get_dram_base()
207 status = efi_call_early(allocate_pages, in efi_high_alloc()
219 efi_call_early(free_pool, map); in efi_high_alloc()
279 status = efi_call_early(allocate_pages, in efi_low_alloc()
291 efi_call_early(free_pool, map); in efi_low_alloc()
305 efi_call_early(free_pages, addr, nr_pages); in efi_free()
[all …]
Darm64-stub.c58 status = efi_call_early(allocate_pages, EFI_ALLOCATE_ADDRESS, in handle_kernel_image()
/linux-4.4.14/arch/arm64/include/asm/
Defi.h49 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) macro
/linux-4.4.14/arch/x86/include/asm/
Defi.h197 #define efi_call_early(f, ...) \ macro