Searched refs:runtime_map (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/firmware/efi/libstub/ |
H A D | loongarch.c | 22 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 D | fdt.c | 186 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 D | efi-stub.c | 229 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 D | efistub.h | 1033 unsigned long desc_size, efi_memory_desc_t *runtime_map,
|