Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firmware/efi/libstub/
Dfdt.c168 #ifndef EFI_FDT_ALIGN
169 #define EFI_FDT_ALIGN EFI_PAGE_SIZE macro
226 status = efi_high_alloc(sys_table, new_fdt_size, EFI_FDT_ALIGN, in allocate_new_fdt_and_exit_boot()
/linux-4.1.27/arch/arm64/include/asm/
Defi.h46 #define EFI_FDT_ALIGN SZ_2M /* used by allocate_new_fdt_and_exit_boot() */ macro