/linux/drivers/firmware/efi/libstub/ |
H A D | screen_info.c | 29 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in __alloc_screen_info() 37 status = efi_bs_call(install_configuration_table, in __alloc_screen_info() 42 efi_bs_call(free_pool, si); in __alloc_screen_info() 51 efi_bs_call(install_configuration_table, &screen_info_guid, NULL); in free_screen_info() 52 efi_bs_call(free_pool, si); in free_screen_info()
|
H A D | arm32-stub.c | 35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in check_platform_features() 46 status = efi_bs_call(install_configuration_table, &cpu_state_guid, in check_platform_features() 67 efi_bs_call(install_configuration_table, &cpu_state_guid, NULL); in check_platform_features() 69 efi_bs_call(free_pool, efi_entry_state); in check_platform_features() 120 efi_bs_call(free_pages, alloc_base, in handle_kernel_image() 124 efi_bs_call(free_pages, *reserve_addr + MAX_UNCOMP_KERNEL_SIZE, in handle_kernel_image()
|
H A D | random.c | 45 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes() 76 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_random_get_seed() 105 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in efi_random_get_seed() 160 status = efi_bs_call(install_configuration_table, &rng_table_guid, seed); in efi_random_get_seed() 167 efi_bs_call(free_pool, prev_seed); in efi_random_get_seed() 173 efi_bs_call(free_pool, seed); in efi_random_get_seed()
|
H A D | tpm.c | 99 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in efi_retrieve_tcg2_eventlog() 141 status = efi_bs_call(install_configuration_table, in efi_retrieve_tcg2_eventlog() 148 efi_bs_call(free_pool, log_tbl); in efi_retrieve_tcg2_eventlog() 161 status = efi_bs_call(locate_protocol, &tpm2_guid, NULL, (void **)&tpm2); in efi_retrieve_eventlog() 179 status = efi_bs_call(locate_protocol, &cc_guid, NULL, (void **)&cc); in efi_retrieve_eventlog()
|
H A D | alignedmem.c | 42 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_MAX_ADDRESS, in efi_allocate_pages_aligned() 54 efi_bs_call(free_pages, alloc_addr, slack - l + 1); in efi_allocate_pages_aligned() 58 efi_bs_call(free_pages, *addr + size, slack); in efi_allocate_pages_aligned()
|
H A D | zboot.c | 45 if (efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in alloc_preferred_address() 79 status = efi_bs_call(handle_protocol, handle, in efi_zboot_entry() 145 efi_bs_call(free_pool, cmdline_ptr); in efi_zboot_entry()
|
H A D | intrinsics.c | 20 efi_bs_call(copy_mem, dst, src, len); in memcpy() 28 efi_bs_call(set_mem, dst, len, c & U8_MAX); in memset()
|
H A D | unaccepted_memory.c | 65 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in allocate_unaccepted_bitmap() 79 status = efi_bs_call(install_configuration_table, in allocate_unaccepted_bitmap() 82 efi_bs_call(free_pool, unaccepted_table); in allocate_unaccepted_bitmap()
|
H A D | relocate.c | 76 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_low_alloc_above() 140 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_relocate_kernel()
|
H A D | efi-stub-entry.c | 54 status = efi_bs_call(handle_protocol, handle, &loaded_image_proto, in efi_pe_entry()
|
H A D | riscv.c | 52 status = efi_bs_call(locate_protocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
|
H A D | smbios.c | 43 status = efi_bs_call(locate_protocol, &EFI_SMBIOS_PROTOCOL_GUID, NULL, in efi_get_smbios_record()
|
H A D | randomalloc.c | 129 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_random_alloc()
|
H A D | fdt.c | 339 efi_bs_call(free_pool, priv.runtime_map); in allocate_new_fdt_and_exit_boot()
|