Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/include/asm/
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
/linux-4.1.27/arch/m68k/kernel/
Dbootinfo_proc.c33 void __init save_bootinfo(const struct bi_record *bi) in save_bootinfo() function
Dsetup_mm.c149 save_bootinfo(record); in m68k_parse_bootinfo()