Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/efi/libstub/
Defi-stub-helper.c92 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_get_memory_map()
99 status = efi_call_early(get_memory_map, map->map_size, m, in efi_get_memory_map()
104 efi_call_early(free_pool, m); in efi_get_memory_map()
118 efi_call_early(free_pool, m); in efi_get_memory_map()
160 efi_call_early(free_pool, map.map); in get_dram_base()
243 status = efi_call_early(allocate_pages, in efi_high_alloc()
255 efi_call_early(free_pool, map); in efi_high_alloc()
324 status = efi_call_early(allocate_pages, in efi_low_alloc()
336 efi_call_early(free_pool, map); in efi_low_alloc()
350 efi_call_early(free_pages, addr, nr_pages); in efi_free()
[all …]
Darm32-stub.c44 status = efi_call_early(allocate_pool, EFI_RUNTIME_SERVICES_DATA, in alloc_screen_info()
50 status = efi_call_early(install_configuration_table, in alloc_screen_info()
55 efi_call_early(free_pool, si); in alloc_screen_info()
64 efi_call_early(install_configuration_table, &screen_info_guid, NULL); in free_screen_info()
65 efi_call_early(free_pool, si); in free_screen_info()
99 status = efi_call_early(allocate_pages, EFI_ALLOCATE_MAX_ADDRESS, in reserve_kernel_base()
160 status = efi_call_early(allocate_pages, in reserve_kernel_base()
190 efi_call_early(free_pool, memory_map); in reserve_kernel_base()
Drandom.c30 status = efi_call_early(locate_protocol, &rng_proto, NULL, in efi_get_random_bytes()
136 status = efi_call_early(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_random_alloc()
143 efi_call_early(free_pool, memory_map); in efi_random_alloc()
157 status = efi_call_early(locate_protocol, &rng_proto, NULL, in efi_random_get_seed()
162 status = efi_call_early(allocate_pool, EFI_RUNTIME_SERVICES_DATA, in efi_random_get_seed()
182 status = efi_call_early(install_configuration_table, &rng_table_guid, in efi_random_get_seed()
190 efi_call_early(free_pool, seed); in efi_random_get_seed()
Dtpm.c74 status = efi_call_early(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog_1_2()
107 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_retrieve_tpm2_eventlog_1_2()
122 status = efi_call_early(install_configuration_table, in efi_retrieve_tpm2_eventlog_1_2()
129 efi_call_early(free_pool, log_tbl); in efi_retrieve_tpm2_eventlog_1_2()
Dgop.c140 status = efi_call_early(handle_protocol, h, in setup_gop32()
145 status = efi_call_early(handle_protocol, h, in setup_gop32()
258 status = efi_call_early(handle_protocol, h, in setup_gop64()
263 status = efi_call_early(handle_protocol, h, in setup_gop64()
334 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_setup_gop()
339 status = efi_call_early(locate_handle, in efi_setup_gop()
354 efi_call_early(free_pool, gop_handle); in efi_setup_gop()
Darm64-stub.c138 status = efi_call_early(allocate_pages, EFI_ALLOCATE_ADDRESS, in handle_kernel_image()
Darm-stub.c61 status = efi_call_early(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
/Linux-v4.19/arch/x86/boot/compressed/
Deboot.c74 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, size, &rom); in preserve_pci_rom_image()
117 efi_call_early(free_pool, rom); in preserve_pci_rom_image()
140 status = efi_call_early(locate_handle, in setup_efi_pci()
145 status = efi_call_early(allocate_pool, in setup_efi_pci()
154 status = efi_call_early(locate_handle, in setup_efi_pci()
172 status = efi_call_early(handle_protocol, in setup_efi_pci()
192 efi_call_early(free_pool, pci_handle); in setup_efi_pci()
203 status = efi_call_early(locate_protocol, &guid, NULL, &p); in retrieve_apple_device_properties()
217 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in retrieve_apple_device_properties()
228 efi_call_early(free_pool, new); in retrieve_apple_device_properties()
[all …]
/Linux-v4.19/arch/arm/include/asm/
Defi.h56 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) macro
/Linux-v4.19/arch/arm64/include/asm/
Defi.h85 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) macro
/Linux-v4.19/arch/x86/include/asm/
Defi.h233 #define efi_call_early(f, ...) \ macro