Searched refs:FDT_ALIGN_SIZE (Results 1 – 3 of 3) sorted by relevance
11 #define FDT_ALIGN_SIZE 8 macro
1020 new_fdt = kmalloc(size + FDT_ALIGN_SIZE, GFP_KERNEL); in of_overlay_fdt_apply()1027 new_fdt_align = PTR_ALIGN(new_fdt, FDT_ALIGN_SIZE); in of_overlay_fdt_apply()
1441 unittest_data = kmalloc(size + FDT_ALIGN_SIZE, GFP_KERNEL); in unittest_data_add()1445 unittest_data_align = PTR_ALIGN(unittest_data, FDT_ALIGN_SIZE); in unittest_data_add()