Searched refs:boot_info (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/scripts/dtc/ |
D | dtc.h | 238 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);
|
D | treesource.c | 28 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()
|
D | fstree.c | 82 struct boot_info *dt_from_fs(const char *dirname) in dt_from_fs()
|
D | livetree.c | 338 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()
|
D | dtc.c | 109 struct boot_info *bi; in main()
|
D | flattree.c | 369 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()
|
D | dtc-parser.y | 34 extern struct boot_info *the_boot_info;
|
D | checks.c | 737 void process_checks(bool force, struct boot_info *bi) in process_checks()
|
D | dtc-parser.tab.c_shipped | 80 extern struct boot_info *the_boot_info;
|
/linux-4.4.14/drivers/firmware/efi/ |
D | efi.c | 35 .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/ |
D | boot_param.h | 174 u64 boot_info; /* boot info table */ member
|
/linux-4.4.14/drivers/xen/ |
D | efi.c | 299 .boot_info = EFI_INVALID_TABLE_ADDR,
|
/linux-4.4.14/include/linux/ |
D | efi.h | 838 unsigned long boot_info; /* boot info table */ member
|