Searched refs:multiboot_header (Results 1 – 13 of 13) sorted by relevance
32 multiboot_header: label41 .long multiboot_header
32 multiboot_header:41 .long multiboot_header
49 typedef struct multiboot_header struct
49 typedef struct multiboot_header
1103 typedef struct multiboot_header1214 multiboot_header:1223 .long multiboot_header
24 struct multiboot_header struct
51 struct multiboot_header *mb; in load_image()81 flags = ((struct multiboot_header *) (buffer + i))->flags; in load_image()140 pu.mb = (struct multiboot_header *) (buffer + i); in load_image()
101 struct multiboot_header struct
60 typedef struct multiboot_header { struct
103 struct multiboot_header *header; in multiboot_loadfile()134 header = (struct multiboot_header *)&magic[i]; in multiboot_loadfile()
63 extern const struct multiboot_header mb_header;
72 extern const struct multiboot_header mb_header;
2721 * docs/boot.S (multiboot_header) [__ELF__]: Don't define a.out2972 * stage2/mb_header.h (multiboot_header): Added new fields,