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

/linux-master/arch/powerpc/boot/
H A Dps3.c107 unsigned long ft_addr; local
130 ft_addr = dt_ops.finalize();
134 printf(" flat tree at 0x%lx\n\r", ft_addr);
136 ((kernel_entry_t)0)(ft_addr, 0, NULL);
H A Dmain.c231 unsigned long ft_addr = 0; local
262 ft_addr = dt_ops.finalize();
263 if (ft_addr)
264 printf(" flat tree at 0x%lx\n\r", ft_addr);
272 if (ft_addr) {
274 platform_ops.kentry(ft_addr, vmlinux.addr);
276 kentry(ft_addr, 0, NULL);

Completed in 113 milliseconds