Lines Matching refs:bi_record
119 extern int amiga_parse_bootinfo(const struct bi_record *);
120 extern int atari_parse_bootinfo(const struct bi_record *);
121 extern int mac_parse_bootinfo(const struct bi_record *);
122 extern int q40_parse_bootinfo(const struct bi_record *);
123 extern int bvme6000_parse_bootinfo(const struct bi_record *);
124 extern int mvme16x_parse_bootinfo(const struct bi_record *);
125 extern int mvme147_parse_bootinfo(const struct bi_record *);
126 extern int hp300_parse_bootinfo(const struct bi_record *);
127 extern int apollo_parse_bootinfo(const struct bi_record *);
145 static void __init m68k_parse_bootinfo(const struct bi_record *record) in m68k_parse_bootinfo()
215 record = (struct bi_record *)((unsigned long)record + size); in m68k_parse_bootinfo()
236 m68k_parse_bootinfo((const struct bi_record *)_end); in setup_arch()