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

/linux-master/arch/arm64/include/asm/
H A Dboot.h12 #define MIN_FDT_ALIGN 8 macro
/linux-master/arch/arm64/mm/
H A Dfixmap.c143 * alignment requirement. Since we are relying on MIN_FDT_ALIGN to be
148 BUILD_BUG_ON(MIN_FDT_ALIGN < 8);
149 if (!dt_phys || dt_phys % MIN_FDT_ALIGN)

Completed in 142 milliseconds