Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dconfig.h11 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);
H A Dbootinfo.h20 extern void save_bootinfo(const struct bi_record *bi);
22 static inline void save_bootinfo(const struct bi_record *bi) {} in save_bootinfo()
/openbmc/qemu/hw/m68k/
H A Dbootinfo.h19 stw_p(base, sizeof(struct bi_record)); \
27 stw_p(base, sizeof(struct bi_record) + 4); \
37 stw_p(base, sizeof(struct bi_record) + 8); \
50 (sizeof(struct bi_record) + strlen(string) + \
65 (sizeof(struct bi_record) + len + \
H A Dvirt.c108 struct bi_record *rng_seed = opaque; in rerandomize_rng_seed()
H A Dq800.c116 struct bi_record *rng_seed = opaque; in rerandomize_rng_seed()
/openbmc/linux/arch/m68k/kernel/
H A Dbootinfo_proc.c34 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 Dasm-offsets.c77 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 Dsetup_mm.c112 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()
/openbmc/qemu/include/standard-headers/asm-m68k/
H A Dbootinfo.h29 struct bi_record { struct
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dbootinfo.h34 struct bi_record { struct
/openbmc/linux/arch/m68k/virt/
H A Dconfig.c61 int __init virt_parse_bootinfo(const struct bi_record *record) in virt_parse_bootinfo()
/openbmc/linux/arch/m68k/mvme147/
H A Dconfig.c48 int __init mvme147_parse_bootinfo(const struct bi_record *bi) in mvme147_parse_bootinfo()
/openbmc/linux/arch/m68k/q40/
H A Dconfig.c190 int __init q40_parse_bootinfo(const struct bi_record *rec) in q40_parse_bootinfo()
/openbmc/linux/arch/m68k/apollo/
H A Dconfig.c47 int __init apollo_parse_bootinfo(const struct bi_record *record) in apollo_parse_bootinfo()
/openbmc/linux/arch/m68k/hp300/
H A Dconfig.c74 int __init hp300_parse_bootinfo(const struct bi_record *record) in hp300_parse_bootinfo()
/openbmc/linux/arch/m68k/bvme6000/
H A Dconfig.c47 int __init bvme6000_parse_bootinfo(const struct bi_record *bi) in bvme6000_parse_bootinfo()
/openbmc/linux/arch/m68k/mvme16x/
H A Dconfig.c57 int __init mvme16x_parse_bootinfo(const struct bi_record *bi) in mvme16x_parse_bootinfo()
/openbmc/linux/arch/m68k/atari/
H A Dconfig.c128 int __init atari_parse_bootinfo(const struct bi_record *record) in atari_parse_bootinfo()
/openbmc/linux/arch/m68k/amiga/
H A Dconfig.c143 int __init amiga_parse_bootinfo(const struct bi_record *record) in amiga_parse_bootinfo()
/openbmc/linux/arch/m68k/mac/
H A Dconfig.c82 int __init mac_parse_bootinfo(const struct bi_record *record) in mac_parse_bootinfo()