Home
last modified time | relevance | path

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

/u-boot/arch/x86/lib/
A Dcoreboot_table.c75 static u32 cb_table_add_entry(struct cb_header *cbh, struct cb_record *cbr) in cb_table_add_entry()
93 struct cb_record *cbr = (struct cb_record *)(cbh + 1); in cb_table_finalize()
102 struct cb_record *cbr; in write_coreboot_table()
111 cbr = (struct cb_record *)(cbh + 1); in write_coreboot_table()
146 sizeof(struct cb_record); in write_coreboot_table()
147 cbr = (struct cb_record *)cb_table_add_entry(cbh, cbr); in write_coreboot_table()
170 cbr = (struct cb_record *)cb_table_add_entry(cbh, cbr); in write_coreboot_table()
/u-boot/arch/x86/lib/coreboot/
A Dcb_sysinfo.c313 struct cb_record *rec = (struct cb_record *)ptr; in cb_parse_header()
/u-boot/arch/x86/include/asm/
A Dcoreboot_tables.h127 struct cb_record { struct

Completed in 9 milliseconds