Home
last modified time | relevance | path

Searched refs:make_bi_recs (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/ppc/boot/pmac/
Dchrpmain.c22 extern void make_bi_recs(unsigned long addr, char *name, unsigned int mach,
82 make_bi_recs(((unsigned long) dst + len), "chrpboot", _MACH_Pmac, in boot()
Dcoffmain.c26 extern void make_bi_recs(unsigned long addr, char *name, unsigned int mach,
88 make_bi_recs(((unsigned long) dst + len), "coffboot", _MACH_Pmac, in boot()
/linux-2.4.37.9/arch/ppc/boot/chrp/
Dmain.c22 extern void make_bi_recs(unsigned long addr, char *name, unsigned int mach,
89 make_bi_recs(((unsigned long) dst + len), "chrpboot", _MACH_chrp, in chrpboot()
/linux-2.4.37.9/arch/ppc64/boot/
DzImage.c34 static struct bi_record *make_bi_recs(unsigned long);
183 bi_recs = make_bi_recs(vmlinux.addr + vmlinux.memsize); in start()
203 make_bi_recs(unsigned long addr) in make_bi_recs() function
/linux-2.4.37.9/arch/ppc/boot/common/
Dofcommon.c133 void make_bi_recs(unsigned long addr, char *name, unsigned int mach, in make_bi_recs() function