Home
last modified time | relevance | path

Searched refs:multiboot2_header (Results 1 – 2 of 2) sorted by relevance

/misc/efi-stub/
A Dmultiboot.c71 const struct multiboot2_header *find_mb2header(const UINT8 *buffer, uint64_t len) in find_mb2header()
73 const struct multiboot2_header *header; in find_mb2header()
75 for (header = (const struct multiboot2_header *)buffer; in find_mb2header()
77 header = (struct multiboot2_header *)((uint64_t)header + MULTIBOOT2_HEADER_ALIGN / 4)) in find_mb2header()
98 int parse_mb2header(const struct multiboot2_header *header, struct hv_mb2header_tag_list *hv_tags) in parse_mb2header()
A Dmultiboot.h183 struct multiboot2_header struct
389 const struct multiboot2_header *find_mb2header(const UINT8 *buffer, uint64_t len);
390 int parse_mb2header(const struct multiboot2_header *header, struct hv_mb2header_tag_list *hv_tags);

Completed in 5 milliseconds