Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/efi/libstub/
Dfdt.c212 efi_memory_desc_t *runtime_map; member
228 p->runtime_map, p->runtime_entry_count); in exit_boot_func()
263 efi_memory_desc_t *memory_map, *runtime_map; in allocate_new_fdt_and_exit_boot() local
269 map.map = &runtime_map; in allocate_new_fdt_and_exit_boot()
317 priv.runtime_map = runtime_map; in allocate_new_fdt_and_exit_boot()
329 desc_ver, runtime_map); in allocate_new_fdt_and_exit_boot()
361 sys_table->boottime->free_pool(runtime_map); in allocate_new_fdt_and_exit_boot()
Defistub.h53 unsigned long desc_size, efi_memory_desc_t *runtime_map,
Darm-stub.c313 unsigned long desc_size, efi_memory_desc_t *runtime_map, in efi_get_virtmap() argument
317 efi_memory_desc_t *in, *prev = NULL, *out = runtime_map; in efi_get_virtmap()