Searched refs:bi_record (Results 1 – 16 of 16) sorted by relevance
11 extern int amiga_parse_bootinfo(const struct bi_record *record);12 extern int apollo_parse_bootinfo(const struct bi_record *record);13 extern int atari_parse_bootinfo(const struct bi_record *record);14 extern int bvme6000_parse_bootinfo(const struct bi_record *record);15 extern int hp300_parse_bootinfo(const struct bi_record *record);16 extern int mac_parse_bootinfo(const struct bi_record *record);17 extern int mvme147_parse_bootinfo(const struct bi_record *record);18 extern int mvme16x_parse_bootinfo(const struct bi_record *record);19 extern int q40_parse_bootinfo(const struct bi_record *record);20 extern int virt_parse_bootinfo(const struct bi_record *record);
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 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()
111 static void __init m68k_parse_bootinfo(const struct bi_record *record) in m68k_parse_bootinfo()113 const struct bi_record *first_record = record; in m68k_parse_bootinfo()193 record = (struct bi_record *)((unsigned long)record + size); in m68k_parse_bootinfo()212 m68k_parse_bootinfo((const struct bi_record *)_end); in setup_arch()
34 struct bi_record { struct
61 int __init virt_parse_bootinfo(const struct bi_record *record) in virt_parse_bootinfo()
48 int __init mvme147_parse_bootinfo(const struct bi_record *bi) in mvme147_parse_bootinfo()
190 int __init q40_parse_bootinfo(const struct bi_record *rec) in q40_parse_bootinfo()
47 int __init apollo_parse_bootinfo(const struct bi_record *record) in apollo_parse_bootinfo()
74 int __init hp300_parse_bootinfo(const struct bi_record *record) in hp300_parse_bootinfo()
47 int __init bvme6000_parse_bootinfo(const struct bi_record *bi) in bvme6000_parse_bootinfo()
57 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()
143 int __init amiga_parse_bootinfo(const struct bi_record *record) in amiga_parse_bootinfo()
82 int __init mac_parse_bootinfo(const struct bi_record *record) in mac_parse_bootinfo()