Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dboot.h12 #define MIN_FDT_ALIGN 8 macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dboot.h12 #define MIN_FDT_ALIGN 8 macro
/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dfixmap.c140 * alignment requirement. Since we are relying on MIN_FDT_ALIGN to be in fixmap_remap_fdt()
145 BUILD_BUG_ON(MIN_FDT_ALIGN < 8); in fixmap_remap_fdt()
146 if (!dt_phys || dt_phys % MIN_FDT_ALIGN) in fixmap_remap_fdt()
/kernel/linux/linux-5.10/arch/arm64/mm/
H A Dmmu.c1314 * alignment requirement. Since we are relying on MIN_FDT_ALIGN to be in fixmap_remap_fdt()
1319 BUILD_BUG_ON(MIN_FDT_ALIGN < 8); in fixmap_remap_fdt()
1320 if (!dt_phys || dt_phys % MIN_FDT_ALIGN) in fixmap_remap_fdt()

Completed in 4 milliseconds