Searched refs:runtime_map (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | loongarch.c | 21 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 D | fdt.c | 186 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 D | efi-stub.c | 226 * 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 D | efistub.h | 952 unsigned long desc_size, efi_memory_desc_t *runtime_map,
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | loongarch-stub.c | 76 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 D | fdt.c | 186 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 D | efi-stub.c | 305 * 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 D | efistub.h | 748 unsigned long desc_size, efi_memory_desc_t *runtime_map,
|
Completed in 7 milliseconds