/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | config.h | 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 *recor [all...] |
H A D | bootinfo.h | 20 extern void save_bootinfo(const struct bi_record *bi); 22 static inline void save_bootinfo(const struct bi_record *bi) {} in save_bootinfo()
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | setup_mm.c | 118 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 *recor [all...] |
H A D | bootinfo_proc.c | 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()
|
H A D | asm-offsets.c | 76 /* offsets into the bi_record struct */ in main() 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()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | bootinfo.h | 20 extern void save_bootinfo(const struct bi_record *bi); 22 static inline void save_bootinfo(const struct bi_record *bi) {} in save_bootinfo()
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | bootinfo_proc.c | 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()
|
H A D | asm-offsets.c | 76 /* offsets into the bi_record struct */ in main() 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()
|
H A D | setup_mm.c | 112 static void __init m68k_parse_bootinfo(const struct bi_record *record) in m68k_parse_bootinfo() 114 const struct bi_record *first_record = record; in m68k_parse_bootinfo() 194 record = (struct bi_record *)((unsigned long)record + size); in m68k_parse_bootinfo() 213 m68k_parse_bootinfo((const struct bi_record *)_end); in setup_arch()
|
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
H A D | bootinfo.h | 34 struct bi_record { struct
|
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
H A D | bootinfo.h | 34 struct bi_record { struct
|
/kernel/linux/linux-6.6/arch/m68k/virt/ |
H A D | config.c | 61 int __init virt_parse_bootinfo(const struct bi_record *record) in virt_parse_bootinfo()
|
/kernel/linux/linux-5.10/arch/m68k/mvme147/ |
H A D | config.c | 48 int __init mvme147_parse_bootinfo(const struct bi_record *bi) in mvme147_parse_bootinfo()
|
/kernel/linux/linux-6.6/arch/m68k/mvme147/ |
H A D | config.c | 48 int __init mvme147_parse_bootinfo(const struct bi_record *bi) in mvme147_parse_bootinfo()
|
/kernel/linux/linux-5.10/arch/m68k/hp300/ |
H A D | config.c | 73 int __init hp300_parse_bootinfo(const struct bi_record *record) in hp300_parse_bootinfo()
|
/kernel/linux/linux-5.10/arch/m68k/q40/ |
H A D | config.c | 196 int __init q40_parse_bootinfo(const struct bi_record *rec) in q40_parse_bootinfo()
|
/kernel/linux/linux-5.10/arch/m68k/apollo/ |
H A D | config.c | 46 int __init apollo_parse_bootinfo(const struct bi_record *record) in apollo_parse_bootinfo()
|
/kernel/linux/linux-6.6/arch/m68k/apollo/ |
H A D | config.c | 47 int __init apollo_parse_bootinfo(const struct bi_record *record) in apollo_parse_bootinfo()
|
/kernel/linux/linux-6.6/arch/m68k/q40/ |
H A D | config.c | 190 int __init q40_parse_bootinfo(const struct bi_record *rec) in q40_parse_bootinfo()
|
/kernel/linux/linux-6.6/arch/m68k/hp300/ |
H A D | config.c | 74 int __init hp300_parse_bootinfo(const struct bi_record *record) in hp300_parse_bootinfo()
|
/kernel/linux/linux-5.10/arch/m68k/bvme6000/ |
H A D | config.c | 47 int __init bvme6000_parse_bootinfo(const struct bi_record *bi) in bvme6000_parse_bootinfo()
|
/kernel/linux/linux-6.6/arch/m68k/bvme6000/ |
H A D | config.c | 47 int __init bvme6000_parse_bootinfo(const struct bi_record *bi) in bvme6000_parse_bootinfo()
|
/kernel/linux/linux-5.10/arch/m68k/mvme16x/ |
H A D | config.c | 57 int __init mvme16x_parse_bootinfo(const struct bi_record *bi) in mvme16x_parse_bootinfo()
|
/kernel/linux/linux-5.10/arch/m68k/atari/ |
H A D | config.c | 127 int __init atari_parse_bootinfo(const struct bi_record *record) in atari_parse_bootinfo()
|
/kernel/linux/linux-6.6/arch/m68k/mvme16x/ |
H A D | config.c | 57 int __init mvme16x_parse_bootinfo(const struct bi_record *bi) in mvme16x_parse_bootinfo()
|