Searched refs:EFI_ALLOCATE_ADDRESS (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | relocate.c | 73 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_low_alloc_above() 139 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_relocate_kernel()
|
H A D | randomalloc.c | 94 * using EFI_ALLOCATE_ADDRESS. in efi_random_alloc() 109 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_random_alloc()
|
H A D | efistub.h | 127 #define EFI_ALLOCATE_ADDRESS 2 macro
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | relocate.c | 73 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_low_alloc_above() 139 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_relocate_kernel()
|
H A D | randomalloc.c | 106 * using EFI_ALLOCATE_ADDRESS. in efi_random_alloc() 126 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_random_alloc()
|
H A D | zboot.c | 45 if (efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in alloc_preferred_address()
|
H A D | efistub.h | 143 #define EFI_ALLOCATE_ADDRESS 2 macro
|
Completed in 7 milliseconds