Searched refs:table_header (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/coreboot/
H A Dmmap.c28 grub_linuxbios_table_header_t table_header; local
40 /* Assuming table_header is aligned to its size (8 bytes). */
42 for (table_header = (grub_linuxbios_table_header_t) 0x500;
43 table_header < (grub_linuxbios_table_header_t) 0x1000; table_header++)
44 if (check_signature (table_header))
47 for (table_header = (grub_linuxbios_table_header_t) 0xf0000;
48 table_header < (grub_linuxbios_table_header_t) 0x100000; table_header++)
49 if (check_signature (table_header))
[all...]

Completed in 33 milliseconds