Home
last modified time | relevance | path

Searched refs:EFI_FDT_ALIGN (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/firmware/efi/libstub/
Dfdt.c203 #ifndef EFI_FDT_ALIGN
204 # define EFI_FDT_ALIGN EFI_PAGE_SIZE macro
287 status = efi_high_alloc(sys_table, MAX_FDT_SIZE, EFI_FDT_ALIGN, in allocate_new_fdt_and_exit_boot()
/Linux-v5.4/arch/arm64/include/asm/
Defi.h65 #define EFI_FDT_ALIGN SZ_2M /* used by allocate_new_fdt_and_exit_boot() */ macro