Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/libstub/
Darm32-stub.c40 status = efi_call_early(allocate_pool, EFI_RUNTIME_SERVICES_DATA, in alloc_screen_info()
46 status = efi_call_early(install_configuration_table, in alloc_screen_info()
51 efi_call_early(free_pool, si); in alloc_screen_info()
60 efi_call_early(install_configuration_table, &screen_info_guid, NULL); in free_screen_info()
61 efi_call_early(free_pool, si); in free_screen_info()
95 status = efi_call_early(allocate_pages, EFI_ALLOCATE_MAX_ADDRESS, in reserve_kernel_base()
156 status = efi_call_early(allocate_pages, in reserve_kernel_base()
186 efi_call_early(free_pool, memory_map); in reserve_kernel_base()
Defi-stub-helper.c94 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_get_memory_map()
101 status = efi_call_early(get_memory_map, map->map_size, m, in efi_get_memory_map()
106 efi_call_early(free_pool, m); in efi_get_memory_map()
120 efi_call_early(free_pool, m); in efi_get_memory_map()
162 efi_call_early(free_pool, map.map); in get_dram_base()
245 status = efi_call_early(allocate_pages, in efi_high_alloc()
257 efi_call_early(free_pool, map); in efi_high_alloc()
321 status = efi_call_early(allocate_pages, in efi_low_alloc_above()
333 efi_call_early(free_pool, map); in efi_low_alloc_above()
347 efi_call_early(free_pages, addr, nr_pages); in efi_free()
[all …]
Drandom.c26 status = efi_call_early(locate_protocol, &rng_proto, NULL, in efi_get_random_bytes()
132 status = efi_call_early(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_random_alloc()
139 efi_call_early(free_pool, memory_map); in efi_random_alloc()
153 status = efi_call_early(locate_protocol, &rng_proto, NULL, in efi_random_get_seed()
158 status = efi_call_early(allocate_pool, EFI_RUNTIME_SERVICES_DATA, in efi_random_get_seed()
178 status = efi_call_early(install_configuration_table, &rng_table_guid, in efi_random_get_seed()
186 efi_call_early(free_pool, seed); in efi_random_get_seed()
Dtpm.c75 status = efi_call_early(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
129 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_retrieve_tpm2_eventlog()
172 status = efi_call_early(install_configuration_table, in efi_retrieve_tpm2_eventlog()
179 efi_call_early(free_pool, log_tbl); in efi_retrieve_tpm2_eventlog()
Dgop.c138 status = efi_call_early(handle_protocol, h, in setup_gop32()
143 status = efi_call_early(handle_protocol, h, in setup_gop32()
256 status = efi_call_early(handle_protocol, h, in setup_gop64()
261 status = efi_call_early(handle_protocol, h, in setup_gop64()
332 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_setup_gop()
337 status = efi_call_early(locate_handle, in efi_setup_gop()
352 efi_call_early(free_pool, gop_handle); in efi_setup_gop()
Darm-stub.c58 status = efi_call_early(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
75 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, sizeof(*rsv), in install_memreserve_table()
86 status = efi_call_early(install_configuration_table, in install_memreserve_table()
Darm64-stub.c134 status = efi_call_early(allocate_pages, EFI_ALLOCATE_ADDRESS, in handle_kernel_image()
/Linux-v5.4/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-v5.4/arch/arm/include/asm/
Defi.h53 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) macro
/Linux-v5.4/arch/arm64/include/asm/
Defi.h96 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) macro
/Linux-v5.4/arch/x86/include/asm/
Defi.h233 #define efi_call_early(f, ...) \ macro