Home
last modified time | relevance | path

Searched defs:lb_memory (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/flashrom/include/
H A Dcoreboot_tables.h101 struct lb_memory { struct
104 struct lb_memory_range map[0]; argument
/aosp_15_r20/external/coreboot/util/nvramtool/
H A Dcoreboot_tables.h90 struct lb_memory { struct
93 struct lb_memory_range map[]; argument
/aosp_15_r20/external/coreboot/src/commonlib/include/commonlib/
H A Dcoreboot_tables.h146 struct lb_memory { struct
149 struct lb_memory_range map[]; argument
/aosp_15_r20/external/coreboot/src/lib/
H A Dcoreboot_table.c91 static struct lb_memory *lb_memory(struct lb_header *header) in lb_memory() function