Home
last modified time | relevance | path

Searched refs:bootmem_write_memory_table (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/coreboot/tests/lib/
H A Dbootmem-test.c169 bootmem_write_memory_table(lb_mem); in test_bootmem_write_mem_table()
238 bootmem_write_memory_table(lb_mem); in init_memory_table_library()
H A Dcoreboot_table-test.c204 void bootmem_write_memory_table(struct lb_memory *mem) in bootmem_write_memory_table() function
/aosp_15_r20/external/coreboot/src/include/
H A Dbootmem.h51 void bootmem_write_memory_table(struct lb_memory *mem);
/aosp_15_r20/external/coreboot/src/lib/
H A Dbootmem.c106 void bootmem_write_memory_table(struct lb_memory *mem) in bootmem_write_memory_table() function
H A Dcoreboot_table.c495 bootmem_write_memory_table(lb_memory(head)); in write_coreboot_table()