Home
last modified time | relevance | path

Searched refs:runtime_map (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dloongarch.c22 efi_memory_desc_t *runtime_map; member
36 p->runtime_map, &p->runtime_entry_count); in exit_boot_func()
56 status = efi_alloc_virtmap(&priv.runtime_map, &desc_size, &desc_ver); in efi_boot_kernel()
72 desc_ver, priv.runtime_map); in efi_boot_kernel()
H A Dfdt.c186 efi_memory_desc_t *runtime_map; member
203 p->runtime_map, &p->runtime_entry_count); in exit_boot_func()
236 status = efi_alloc_virtmap(&priv.runtime_map, &desc_size, in allocate_new_fdt_and_exit_boot()
303 desc_ver, priv.runtime_map); in allocate_new_fdt_and_exit_boot()
339 efi_bs_call(free_pool, priv.runtime_map); in allocate_new_fdt_and_exit_boot()
H A Defi-stub.c229 unsigned long desc_size, efi_memory_desc_t *runtime_map, in efi_get_virtmap() argument
233 efi_memory_desc_t *in, *out = runtime_map; in efi_get_virtmap()
H A Defistub.h952 unsigned long desc_size, efi_memory_desc_t *runtime_map,