Home
last modified time | relevance | path

Searched refs:boot_info (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/scripts/dtc/
Ddtc.h238 struct boot_info { struct
244 struct boot_info *build_boot_info(struct reserve_info *reservelist, argument
246 void sort_tree(struct boot_info *bi);
251 void process_checks(bool force, struct boot_info *bi);
255 void dt_to_blob(FILE *f, struct boot_info *bi, int version);
256 void dt_to_asm(FILE *f, struct boot_info *bi, int version);
258 struct boot_info *dt_from_blob(const char *fname);
262 void dt_to_source(FILE *f, struct boot_info *bi);
263 struct boot_info *dt_from_source(const char *f);
267 struct boot_info *dt_from_fs(const char *dirname);
Dtreesource.c28 struct boot_info *the_boot_info;
31 struct boot_info *dt_from_source(const char *fname) in dt_from_source()
266 void dt_to_source(FILE *f, struct boot_info *bi) in dt_to_source()
Dfstree.c82 struct boot_info *dt_from_fs(const char *dirname) in dt_from_fs()
Dlivetree.c338 struct boot_info *build_boot_info(struct reserve_info *reservelist, in build_boot_info()
341 struct boot_info *bi; in build_boot_info()
595 static void sort_reserve_entries(struct boot_info *bi) in sort_reserve_entries()
707 void sort_tree(struct boot_info *bi) in sort_tree()
Ddtc.c109 struct boot_info *bi; in main()
Dflattree.c369 void dt_to_blob(FILE *f, struct boot_info *bi, int version) in dt_to_blob()
463 void dt_to_asm(FILE *f, struct boot_info *bi, int version) in dt_to_asm()
804 struct boot_info *dt_from_blob(const char *fname) in dt_from_blob()
Ddtc-parser.y34 extern struct boot_info *the_boot_info;
Dchecks.c737 void process_checks(bool force, struct boot_info *bi) in process_checks()
Ddtc-parser.tab.c_shipped80 extern struct boot_info *the_boot_info;
/linux-4.4.14/drivers/firmware/efi/
Defi.c35 .boot_info = EFI_INVALID_TABLE_ADDR,
108 if (efi.boot_info != EFI_INVALID_TABLE_ADDR) in systab_show()
109 str += sprintf(str, "BOOTINFO=0x%lx\n", efi.boot_info); in systab_show()
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
Dboot_param.h174 u64 boot_info; /* boot info table */ member
/linux-4.4.14/drivers/xen/
Defi.c299 .boot_info = EFI_INVALID_TABLE_ADDR,
/linux-4.4.14/include/linux/
Defi.h838 unsigned long boot_info; /* boot info table */ member