Home
last modified time | relevance | path

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

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