Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/firmware/efi/libstub/
Dloongarch-stub.c47 efi_memory_desc_t *runtime_map; member
61 p->runtime_map, &p->runtime_entry_count); in exit_boot_func()
75 status = efi_alloc_virtmap(&priv.runtime_map, &desc_size, &desc_ver); in efi_boot_kernel()
91 desc_ver, priv.runtime_map); in efi_boot_kernel()
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()
Defi-stub.c304 unsigned long desc_size, efi_memory_desc_t *runtime_map, in efi_get_virtmap() argument
308 efi_memory_desc_t *in, *out = runtime_map; in efi_get_virtmap()
Defistub.h877 unsigned long desc_size, efi_memory_desc_t *runtime_map,