Symbol: EFI_LOADER_DATA
arch/arm64/kernel/acpi.c
327
case EFI_LOADER_DATA:
arch/loongarch/kernel/mem.c
27
case EFI_LOADER_DATA:
arch/loongarch/kernel/numa.c
178
case EFI_LOADER_DATA:
arch/riscv/kernel/acpi.c
259
case EFI_LOADER_DATA:
arch/x86/platform/efi/efi.c
129
case EFI_LOADER_DATA:
arch/x86/platform/efi/efi.c
654
md->type == EFI_LOADER_DATA ||
drivers/firmware/efi/efi-init.c
141
case EFI_LOADER_DATA:
drivers/firmware/efi/libstub/arm32-stub.c
35
status = efi_bs_call(allocate_pool, EFI_LOADER_DATA,
drivers/firmware/efi/libstub/efi-stub-helper.c
300
status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, (void **)&evt);
drivers/firmware/efi/libstub/efi-stub-helper.c
399
status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, options_bytes,
drivers/firmware/efi/libstub/efi-stub-helper.c
59
status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, len, (void **)&buf);
drivers/firmware/efi/libstub/efi-stub-helper.c
640
status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(initrd),
drivers/firmware/efi/libstub/efi-stub.c
215
return efi_bs_call(allocate_pool, EFI_LOADER_DATA, size,
drivers/firmware/efi/libstub/efi-stub.c
86
status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(*rsv),
drivers/firmware/efi/libstub/mem.c
25
: EFI_LOADER_DATA;
drivers/firmware/efi/libstub/mem.c
93
EFI_LOADER_DATA);
drivers/firmware/efi/libstub/mem.c
97
EFI_LOADER_DATA, DIV_ROUND_UP(size, EFI_PAGE_SIZE),
drivers/firmware/efi/libstub/relocate.c
141
EFI_LOADER_DATA, nr_pages, &efi_addr);
drivers/firmware/efi/libstub/relocate.c
77
EFI_LOADER_DATA, nr_pages, &start);
drivers/firmware/efi/libstub/x86-stub.c
178
status = efi_bs_call(allocate_pool, EFI_LOADER_DATA,
drivers/firmware/efi/libstub/x86-stub.c
613
case EFI_LOADER_DATA:
drivers/firmware/efi/libstub/x86-stub.c
65
status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size,
drivers/firmware/efi/libstub/x86-stub.c
695
status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size,
drivers/firmware/efi/libstub/zboot.c
15
if (efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA,