Home
last modified time | relevance | path

Searched refs:save_bootinfo (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/m68k/include/asm/
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() function
/openbmc/linux/arch/m68k/kernel/
H A Dbootinfo_proc.c34 void __init save_bootinfo(const struct bi_record *bi) in save_bootinfo() function
H A Dsetup_mm.c197 save_bootinfo(first_record); in m68k_parse_bootinfo()