Home
last modified time | relevance | path

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

/u-boot/arch/x86/lib/
A Dcoreboot_table.c58 static void cb_table_init(struct cb_header *cbh) in cb_table_init()
60 memset(cbh, 0, sizeof(struct cb_header)); in cb_table_init()
62 cbh->header_bytes = sizeof(struct cb_header); in cb_table_init()
75 static u32 cb_table_add_entry(struct cb_header *cbh, struct cb_record *cbr) in cb_table_add_entry()
91 static void cb_table_finalize(struct cb_header *cbh) in cb_table_finalize()
101 struct cb_header *cbh = (struct cb_header *)addr; in write_coreboot_table()
/u-boot/arch/x86/cpu/coreboot/
A Dtables.c133 struct cb_header *header; in cb_parse_header()
136 header = (struct cb_header *)ptr; in cb_parse_header()
/u-boot/arch/x86/include/asm/
A Dcoreboot_tables.h18 struct cb_header { struct

Completed in 5 milliseconds