Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/coreboot/
Dcoreboot_table.c24 uint32_t header_bytes; member
130 coreboot_table_size = header->header_bytes + header->table_bytes; in coreboot_table_setup()
132 ptr = base + header->header_bytes; in coreboot_table_setup()
137 if (ptr - base >= header->header_bytes + header->table_bytes) { in coreboot_table_setup()