Searched refs:FDT_ALIGN_SIZE (Results 1 – 3 of 3) sorted by relevance
11 #define FDT_ALIGN_SIZE 8 macro
1042 new_fdt = kmalloc(size + FDT_ALIGN_SIZE, GFP_KERNEL); in of_overlay_fdt_apply()1046 new_fdt_align = PTR_ALIGN(new_fdt, FDT_ALIGN_SIZE); in of_overlay_fdt_apply()
1432 unittest_data = kmalloc(size + FDT_ALIGN_SIZE, GFP_KERNEL); in unittest_data_add()1436 unittest_data_align = PTR_ALIGN(unittest_data, FDT_ALIGN_SIZE); in unittest_data_add()
Completed in 10 milliseconds