Searched refs:bi_record (Results 1 – 14 of 14) sorted by relevance
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()[all …]
34 void __init save_bootinfo(const struct bi_record *bi) in save_bootinfo()42 bi = (struct bi_record *)((unsigned long)bi + n); in save_bootinfo()
77 DEFINE(BIR_TAG, offsetof(struct bi_record, tag)); in main()78 DEFINE(BIR_SIZE, offsetof(struct bi_record, size)); in main()79 DEFINE(BIR_DATA, offsetof(struct bi_record, data)); in main()
20 extern void save_bootinfo(const struct bi_record *bi);22 static inline void save_bootinfo(const struct bi_record *bi) {} in save_bootinfo()
34 struct bi_record { struct
54 int __init mvme147_parse_bootinfo(const struct bi_record *bi) in mvme147_parse_bootinfo()
48 int __init apollo_parse_bootinfo(const struct bi_record *record) in apollo_parse_bootinfo()
199 int __init q40_parse_bootinfo(const struct bi_record *rec) in q40_parse_bootinfo()
53 int __init bvme6000_parse_bootinfo(const struct bi_record *bi) in bvme6000_parse_bootinfo()
73 int __init hp300_parse_bootinfo(const struct bi_record *record) in hp300_parse_bootinfo()
63 int __init mvme16x_parse_bootinfo(const struct bi_record *bi) in mvme16x_parse_bootinfo()
128 int __init atari_parse_bootinfo(const struct bi_record *record) in atari_parse_bootinfo()
144 int __init amiga_parse_bootinfo(const struct bi_record *record) in amiga_parse_bootinfo()
84 int __init mac_parse_bootinfo(const struct bi_record *record) in mac_parse_bootinfo()