Home
last modified time | relevance | path

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

/arch/x86/lib/
A Dcoreboot_table.c76 cbh->table_bytes += cbr->size; in cb_table_add_entry()
94 cbh->table_checksum = compute_ip_checksum(cbr, cbh->table_bytes); in cb_table_finalize()
/arch/x86/lib/coreboot/
A Dcb_sysinfo.c285 if (!header->table_bytes) in cb_parse_header()
292 if (compute_ip_checksum(ptr + sizeof(*header), header->table_bytes) != in cb_parse_header()
/arch/x86/include/asm/
A Dcoreboot_tables.h125 u32 table_bytes; member

Completed in 33 milliseconds