Lines Matching refs:bi_record
116 extern int amiga_parse_bootinfo(const struct bi_record *);
117 extern int atari_parse_bootinfo(const struct bi_record *);
118 extern int mac_parse_bootinfo(const struct bi_record *);
119 extern int q40_parse_bootinfo(const struct bi_record *);
120 extern int bvme6000_parse_bootinfo(const struct bi_record *);
121 extern int mvme16x_parse_bootinfo(const struct bi_record *);
122 extern int mvme147_parse_bootinfo(const struct bi_record *);
123 extern int hp300_parse_bootinfo(const struct bi_record *);
124 extern int apollo_parse_bootinfo(const struct bi_record *);
142 static void __init m68k_parse_bootinfo(const struct bi_record *record) in m68k_parse_bootinfo()
214 record = (struct bi_record *)((unsigned long)record + size); in m68k_parse_bootinfo()
231 m68k_parse_bootinfo((const struct bi_record *)_end); in setup_arch()