Home
last modified time | relevance | path

Searched refs:runtime_map (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dloongarch.c21 efi_memory_desc_t *runtime_map; member
31 * populate @runtime_map with copies of just the EFI_MEMORY_RUNTIME in exit_boot_func()
35 p->runtime_map, &p->runtime_entry_count); in exit_boot_func()
54 status = efi_alloc_virtmap(&priv.runtime_map, &desc_size, &desc_ver); in efi_boot_kernel()
70 desc_ver, priv.runtime_map); in efi_boot_kernel()
H A Dfdt.c186 efi_memory_desc_t *runtime_map; member
199 * populate @runtime_map with copies of just the EFI_MEMORY_RUNTIME in exit_boot_func()
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.c226 * are also copied to @runtime_map, and their total count is returned in @count.
229 unsigned long desc_size, efi_memory_desc_t *runtime_map, in efi_get_virtmap()
233 efi_memory_desc_t *in, *out = runtime_map; in efi_get_virtmap()
228 efi_get_virtmap(efi_memory_desc_t *memory_map, unsigned long map_size, unsigned long desc_size, efi_memory_desc_t *runtime_map, int *count) efi_get_virtmap() argument
H A Defistub.h952 unsigned long desc_size, efi_memory_desc_t *runtime_map,
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dloongarch-stub.c76 efi_memory_desc_t *runtime_map; member
86 * populate @runtime_map with copies of just the EFI_MEMORY_RUNTIME in exit_boot_func()
90 p->runtime_map, &p->runtime_entry_count); in exit_boot_func()
103 status = efi_alloc_virtmap(&priv.runtime_map, &desc_size, &desc_ver); in efi_boot_kernel()
119 desc_ver, priv.runtime_map); in efi_boot_kernel()
H A Dfdt.c186 efi_memory_desc_t *runtime_map; member
199 * populate @runtime_map with copies of just the EFI_MEMORY_RUNTIME in exit_boot_func()
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.c305 * are also copied to @runtime_map, and their total count is returned in @count.
308 unsigned long desc_size, efi_memory_desc_t *runtime_map, in efi_get_virtmap()
312 efi_memory_desc_t *in, *out = runtime_map; in efi_get_virtmap()
307 efi_get_virtmap(efi_memory_desc_t *memory_map, unsigned long map_size, unsigned long desc_size, efi_memory_desc_t *runtime_map, int *count) efi_get_virtmap() argument
H A Defistub.h748 unsigned long desc_size, efi_memory_desc_t *runtime_map,

Completed in 7 milliseconds