Home
last modified time | relevance | path

Searched refs:bi_record (Results 1 – 12 of 12) sorted by relevance

/arch/m68k/kernel/
Dsetup.c118 extern int amiga_parse_bootinfo(const struct bi_record *);
119 extern int atari_parse_bootinfo(const struct bi_record *);
120 extern int mac_parse_bootinfo(const struct bi_record *);
121 extern int q40_parse_bootinfo(const struct bi_record *);
122 extern int bvme6000_parse_bootinfo(const struct bi_record *);
123 extern int mvme16x_parse_bootinfo(const struct bi_record *);
124 extern int mvme147_parse_bootinfo(const struct bi_record *);
125 extern int hp300_parse_bootinfo(const struct bi_record *);
126 extern int apollo_parse_bootinfo(const struct bi_record *);
144 static void __init m68k_parse_bootinfo(const struct bi_record *record) in m68k_parse_bootinfo()
[all …]
Dasm-offsets.c74 DEFINE(BIR_TAG, offsetof(struct bi_record, tag)); in main()
75 DEFINE(BIR_SIZE, offsetof(struct bi_record, size)); in main()
76 DEFINE(BIR_DATA, offsetof(struct bi_record, data)); in main()
/arch/m68k/mvme147/
Dconfig.c55 int mvme147_parse_bootinfo(const struct bi_record *bi) in mvme147_parse_bootinfo()
/arch/m68k/include/asm/
Dbootinfo_mm.h43 struct bi_record { struct
/arch/m68k/mvme16x/
Dconfig.c64 int mvme16x_parse_bootinfo(const struct bi_record *bi) in mvme16x_parse_bootinfo()
/arch/m68k/q40/
Dconfig.c201 int q40_parse_bootinfo(const struct bi_record *rec) in q40_parse_bootinfo()
/arch/m68k/apollo/
Dconfig.c47 int apollo_parse_bootinfo(const struct bi_record *record) { in apollo_parse_bootinfo()
/arch/m68k/hp300/
Dconfig.c69 int __init hp300_parse_bootinfo(const struct bi_record *record) in hp300_parse_bootinfo()
/arch/m68k/bvme6000/
Dconfig.c54 int bvme6000_parse_bootinfo(const struct bi_record *bi) in bvme6000_parse_bootinfo()
/arch/m68k/atari/
Dconfig.c128 int __init atari_parse_bootinfo(const struct bi_record *record) in atari_parse_bootinfo()
/arch/m68k/mac/
Dconfig.c83 int __init mac_parse_bootinfo(const struct bi_record *record) in mac_parse_bootinfo()
/arch/m68k/amiga/
Dconfig.c152 int amiga_parse_bootinfo(const struct bi_record *record) in amiga_parse_bootinfo()