Home
last modified time | relevance | path

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

/linux-4.1.27/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(int 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()
593 static void sort_reserve_entries(struct boot_info *bi) in sort_reserve_entries()
705 void sort_tree(struct boot_info *bi) in sort_tree()
Ddtc.c107 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.y33 extern struct boot_info *the_boot_info;
Dchecks.c736 void process_checks(int force, struct boot_info *bi) in process_checks()
Ddtc-parser.tab.c_shipped79 extern struct boot_info *the_boot_info;
/linux-4.1.27/drivers/firmware/efi/
Defi.c35 .boot_info = EFI_INVALID_TABLE_ADDR,
98 if (efi.boot_info != EFI_INVALID_TABLE_ADDR) in systab_show()
99 str += sprintf(str, "BOOTINFO=0x%lx\n", efi.boot_info); in systab_show()
/linux-4.1.27/arch/mips/include/asm/mach-loongson/
Dboot_param.h174 u64 boot_info; /* boot info table */ member
/linux-4.1.27/drivers/xen/
Defi.c299 .boot_info = EFI_INVALID_TABLE_ADDR,
/linux-4.1.27/include/linux/
Defi.h819 unsigned long boot_info; /* boot info table */ member