Searched refs:build_boot_info (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/boot/dtc-src/ |
D | dtc-parser.y | 91 the_boot_info = build_boot_info($3, $4, 0); 95 the_boot_info = build_boot_info($1, $2, 0);
|
D | fstree.c | 90 return build_boot_info(NULL, tree, 0); in dt_from_fs()
|
D | dtc.h | 219 struct boot_info *build_boot_info(struct reserve_info *reservelist,
|
D | livetree.c | 169 struct boot_info *build_boot_info(struct reserve_info *reservelist, in build_boot_info() function
|
D | flattree.c | 905 return build_boot_info(reservelist, tree, boot_cpuid_phys); in dt_from_blob()
|
D | dtc-parser.tab.c_shipped | 1457 the_boot_info = build_boot_info((yyvsp[(3) - (4)].re), (yyvsp[(4) - (4)].node), 0); 1464 the_boot_info = build_boot_info((yyvsp[(1) - (2)].re), (yyvsp[(2) - (2)].node), 0);
|