Symbol: efi_boot_memmap
arch/loongarch/kernel/efi.c
106
struct efi_boot_memmap *tbl;
drivers/firmware/efi/libstub/efi-stub-helper.c
428
struct efi_boot_memmap *map;
drivers/firmware/efi/libstub/efistub.h
1051
struct efi_boot_memmap *map,
drivers/firmware/efi/libstub/efistub.h
1094
efi_status_t efi_get_memory_map(struct efi_boot_memmap **map,
drivers/firmware/efi/libstub/efistub.h
1262
struct efi_boot_memmap *map);
drivers/firmware/efi/libstub/fdt.c
147
static efi_status_t update_fdt_memmap(void *fdt, struct efi_boot_memmap *map)
drivers/firmware/efi/libstub/fdt.c
185
struct efi_boot_memmap *boot_memmap;
drivers/firmware/efi/libstub/fdt.c
191
static efi_status_t exit_boot_func(struct efi_boot_memmap *map, void *priv)
drivers/firmware/efi/libstub/kaslr.c
60
struct efi_boot_memmap *map __free(efi_pool) = NULL;
drivers/firmware/efi/libstub/loongarch.c
26
static efi_status_t exit_boot_func(struct efi_boot_memmap *map, void *priv)
drivers/firmware/efi/libstub/mem.c
20
efi_status_t efi_get_memory_map(struct efi_boot_memmap **map,
drivers/firmware/efi/libstub/mem.c
23
struct efi_boot_memmap tmp, *m __free(efi_pool) = NULL;
drivers/firmware/efi/libstub/randomalloc.c
65
struct efi_boot_memmap *map __free(efi_pool) = NULL;
drivers/firmware/efi/libstub/relocate.c
26
struct efi_boot_memmap *map __free(efi_pool) = NULL;
drivers/firmware/efi/libstub/unaccepted_memory.c
10
struct efi_boot_memmap *map)
drivers/firmware/efi/libstub/x86-stub.c
707
struct efi_boot_memmap *map __free(efi_pool) = NULL;
drivers/firmware/efi/libstub/x86-stub.c
736
static efi_status_t exit_boot_func(struct efi_boot_memmap *map,