Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dcoreboot_table.c74 cbh->table_bytes += cbr->size; in cb_table_add_entry()
92 cbh->table_checksum = compute_ip_checksum(cbr, cbh->table_bytes); in cb_table_finalize()
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c128 if (!header->table_bytes) in cb_parse_header()
135 if (compute_ip_checksum(ptr + sizeof(*header), header->table_bytes) != in cb_parse_header()
/openbmc/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h20 u32 table_bytes; member