Home
last modified time | relevance | path

Searched refs:efi_bs_call (Results 1 – 21 of 21) sorted by relevance

/linux-6.1.9/drivers/firmware/efi/libstub/
Darm32-stub.c35 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()
92 status = efi_bs_call(allocate_pool, EFI_RUNTIME_SERVICES_DATA, in alloc_screen_info()
98 status = efi_bs_call(install_configuration_table, in alloc_screen_info()
103 efi_bs_call(free_pool, si); in alloc_screen_info()
112 efi_bs_call(install_configuration_table, &screen_info_guid, NULL); in free_screen_info()
113 efi_bs_call(free_pool, si); in free_screen_info()
157 efi_bs_call(free_pages, alloc_base, in handle_kernel_image()
[all …]
Dmem.c31 status = efi_bs_call(get_memory_map, &tmp.map_size, NULL, &tmp.map_key, in efi_get_memory_map()
37 status = efi_bs_call(allocate_pool, memtype, sizeof(*m) + size, in efi_get_memory_map()
49 status = efi_bs_call(install_configuration_table, &tbl_guid, m); in efi_get_memory_map()
55 status = efi_bs_call(get_memory_map, &m->map_size, m->map, &m->map_key, in efi_get_memory_map()
65 efi_bs_call(install_configuration_table, &tbl_guid, NULL); in efi_get_memory_map()
67 efi_bs_call(free_pool, m); in efi_get_memory_map()
97 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_MAX_ADDRESS, in efi_allocate_pages()
126 efi_bs_call(free_pages, addr, nr_pages); in efi_free()
Dpci.c26 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, &pci_proto, in efi_pci_disable_bridge_busmaster()
35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, pci_handle_size, in efi_pci_disable_bridge_busmaster()
42 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, &pci_proto, in efi_pci_disable_bridge_busmaster()
53 status = efi_bs_call(handle_protocol, handle, &pci_proto, in efi_pci_disable_bridge_busmaster()
82 efi_bs_call(disconnect_controller, handle, NULL, NULL); in efi_pci_disable_bridge_busmaster()
88 status = efi_bs_call(handle_protocol, handle, &pci_proto, in efi_pci_disable_bridge_busmaster()
113 efi_bs_call(free_pool, pci_handle); in efi_pci_disable_bridge_busmaster()
Dzboot.c189 status = efi_bs_call(handle_protocol, handle, in efi_zboot_entry()
196 status = efi_bs_call(handle_protocol, handle, in efi_zboot_entry()
213 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in efi_zboot_entry()
242 status = efi_bs_call(install_multiple_protocol_interfaces, in efi_zboot_entry()
252 status = efi_bs_call(load_image, false, handle, li_dp, NULL, 0, in efi_zboot_entry()
259 status = efi_bs_call(handle_protocol, child_handle, in efi_zboot_entry()
270 status = efi_bs_call(start_image, child_handle, &exit_data_size, in efi_zboot_entry()
281 efi_bs_call(unload_image, child_handle); in efi_zboot_entry()
285 efi_bs_call(uninstall_multiple_protocol_interfaces, in efi_zboot_entry()
292 efi_bs_call(free_pool, dp_alloc); in efi_zboot_entry()
[all …]
Defi-stub-helper.c198 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, len, (void **)&buf); in efi_parse_options()
237 efi_bs_call(free_pool, buf); in efi_parse_options()
371 efi_bs_call(locate_protocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event()
380 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in efi_measure_tagged_event()
403 efi_bs_call(free_pool, evt); in efi_measure_tagged_event()
491 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, options_bytes, in efi_convert_cmdline()
530 efi_bs_call(free_pool, map); in efi_exit_boot_services()
537 status = efi_bs_call(exit_boot_services, handle, map->map_key); in efi_exit_boot_services()
554 status = efi_bs_call(get_memory_map, in efi_exit_boot_services()
570 status = efi_bs_call(exit_boot_services, handle, map->map_key); in efi_exit_boot_services()
[all …]
Dx86-stub.c52 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in preserve_pci_rom_image()
93 efi_bs_call(free_pool, rom); in preserve_pci_rom_image()
116 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_efi_pci()
120 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_efi_pci()
128 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_efi_pci()
144 status = efi_bs_call(handle_protocol, h, &pci_proto, in setup_efi_pci()
162 efi_bs_call(free_pool, pci_handle); in setup_efi_pci()
173 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()
187 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in retrieve_apple_device_properties()
198 efi_bs_call(free_pool, new); in retrieve_apple_device_properties()
[all …]
Drandom.c45 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes()
75 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_random_get_seed()
97 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in efi_random_get_seed()
124 status = efi_bs_call(install_configuration_table, &rng_table_guid, seed); in efi_random_get_seed()
131 efi_bs_call(free_pool, prev_seed); in efi_random_get_seed()
137 efi_bs_call(free_pool, seed); in efi_random_get_seed()
Defi-stub.c68 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
89 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(*rsv), in install_memreserve_table()
100 status = efi_bs_call(install_configuration_table, in install_memreserve_table()
157 status = efi_bs_call(handle_protocol, handle, &loaded_image_proto, in efi_pe_entry()
262 efi_bs_call(free_pool, cmdline_ptr); in efi_pe_entry()
287 status = efi_bs_call(get_memory_map, &size, NULL, &mmap_key, desc_size, in efi_alloc_virtmap()
292 return efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in efi_alloc_virtmap()
Dalignedmem.c38 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_MAX_ADDRESS, in efi_allocate_pages_aligned()
50 efi_bs_call(free_pages, alloc_addr, slack - l + 1); in efi_allocate_pages_aligned()
54 efi_bs_call(free_pages, *addr + size, slack); in efi_allocate_pages_aligned()
Dtpm.c65 status = efi_bs_call(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
118 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in efi_retrieve_tpm2_eventlog()
159 status = efi_bs_call(install_configuration_table, in efi_retrieve_tpm2_eventlog()
166 efi_bs_call(free_pool, log_tbl); in efi_retrieve_tpm2_eventlog()
Dgop.c166 efi_bs_call(free_pool, info); in choose_mode_modenum()
231 efi_bs_call(free_pool, info); in choose_mode_res()
291 efi_bs_call(free_pool, info); in choose_mode_auto()
345 efi_bs_call(free_pool, info); in choose_mode_list()
379 efi_bs_call(stall, 10 * EFI_USEC_PER_SEC); in choose_mode_list()
483 status = efi_bs_call(handle_protocol, h, proto, (void **)&gop); in find_gop()
503 status = efi_bs_call(handle_protocol, h, &conout_proto, &dummy); in find_gop()
565 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in efi_setup_gop()
570 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, proto, NULL, in efi_setup_gop()
578 efi_bs_call(free_pool, gop_handle); in efi_setup_gop()
Drelocate.c73 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_low_alloc_above()
84 efi_bs_call(free_pool, map); in efi_low_alloc_above()
139 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_relocate_kernel()
Dintrinsics.c20 efi_bs_call(copy_mem, dst, src, len); in memcpy()
28 efi_bs_call(set_mem, dst, len, c & U8_MAX); in memset()
Drandomalloc.c120 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_random_alloc()
127 efi_bs_call(free_pool, map); in efi_random_alloc()
Darm64-stub.c91 efi_bs_call(free_pool, map); in check_image_region()
123 } else if (efi_bs_call(handle_protocol, image_handle, in handle_kernel_image()
Dfile.c83 status = efi_bs_call(handle_protocol, image->parent_handle, in efi_open_volume()
91 status = efi_bs_call(handle_protocol, image->device_handle, &fs_proto, in efi_open_volume()
Dsmbios.c33 status = efi_bs_call(locate_protocol, &EFI_SMBIOS_PROTOCOL_GUID, NULL, in __efi_get_smbios_string()
Driscv-stub.c63 status = efi_bs_call(locate_protocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
Dfdt.c339 efi_bs_call(free_pool, priv.runtime_map); in allocate_new_fdt_and_exit_boot()
Defistub.h48 #define efi_bs_call(func, ...) efi_system_table->boottime->func(__VA_ARGS__) macro
/linux-6.1.9/arch/x86/include/asm/
Defi.h354 #define efi_bs_call(func, ...) \ macro