Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dboot.h12 #define MIN_FDT_ALIGN 8 macro
/openbmc/linux/arch/arm64/mm/
H A Dfixmap.c145 BUILD_BUG_ON(MIN_FDT_ALIGN < 8); in fixmap_remap_fdt()
146 if (!dt_phys || dt_phys % MIN_FDT_ALIGN) in fixmap_remap_fdt()