Searched refs:EFI_LOADER_DATA (Results 1 – 8 of 8) sorted by relevance
| /linux-4.4.14/drivers/firmware/efi/libstub/ |
| D | efi-stub-helper.c | 85 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_get_memory_map() 208 EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in efi_high_alloc() 280 EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in efi_low_alloc() 408 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in handle_cmdline_files() 575 EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in efi_relocate_kernel()
|
| D | arm64-stub.c | 59 EFI_LOADER_DATA, nr_pages, in handle_kernel_image()
|
| D | arm-stub.c | 114 status = sys_table_arg->boottime->allocate_pool(EFI_LOADER_DATA, in efi_file_size()
|
| /linux-4.4.14/arch/x86/boot/compressed/ |
| D | eboot.c | 84 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in __file_size32() 137 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in __file_size64() 331 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, size, &rom); in __setup_efi_pci32() 439 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, size, &rom); in __setup_efi_pci64() 549 EFI_LOADER_DATA, in setup_efi_pci() 859 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in setup_gop() 980 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in setup_uga() 1236 case EFI_LOADER_DATA: in setup_e820() 1307 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in alloc_e820ext() 1439 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_main()
|
| /linux-4.4.14/arch/ia64/kernel/ |
| D | efi.c | 261 case EFI_LOADER_DATA: in is_memory_available() 1013 if (!is_memory_available(md) || md->type == EFI_LOADER_DATA) in find_memmap_space() 1203 case EFI_LOADER_DATA: in efi_initialize_iomem_resources() 1333 if (efi_wb(md) && md->type == EFI_LOADER_DATA in vmcore_find_descriptor_size()
|
| /linux-4.4.14/arch/arm64/kernel/ |
| D | efi.c | 151 case EFI_LOADER_DATA: in is_reserve_region()
|
| /linux-4.4.14/arch/x86/platform/efi/ |
| D | efi.c | 159 case EFI_LOADER_DATA: in do_add_efi_memmap()
|
| /linux-4.4.14/include/linux/ |
| D | efi.h | 76 #define EFI_LOADER_DATA 2 macro
|