Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/firmware/efi/libstub/
Dfdt.c201 efi_memory_desc_t *runtime_map; member
216 p->runtime_map, p->runtime_entry_count); in exit_boot_func()
249 efi_memory_desc_t *memory_map, *runtime_map; in allocate_new_fdt_and_exit_boot() local
255 map.map = &runtime_map; in allocate_new_fdt_and_exit_boot()
301 priv.runtime_map = runtime_map; in allocate_new_fdt_and_exit_boot()
316 desc_ver, runtime_map); in allocate_new_fdt_and_exit_boot()
348 efi_system_table->boottime->free_pool(runtime_map); in allocate_new_fdt_and_exit_boot()
Defi-stub.c328 unsigned long desc_size, efi_memory_desc_t *runtime_map, in efi_get_virtmap() argument
332 efi_memory_desc_t *in, *out = runtime_map; in efi_get_virtmap()
Defistub.h761 unsigned long desc_size, efi_memory_desc_t *runtime_map,