/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 92 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 …]
|
D | arm32-stub.c | 44 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()
|
D | random.c | 30 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()
|
D | tpm.c | 74 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()
|
D | gop.c | 140 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()
|
D | arm64-stub.c | 138 status = efi_call_early(allocate_pages, EFI_ALLOCATE_ADDRESS, in handle_kernel_image()
|
D | arm-stub.c | 61 status = efi_call_early(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | eboot.c | 74 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/ |
D | efi.h | 56 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | efi.h | 85 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | efi.h | 233 #define efi_call_early(f, ...) \ macro
|