Home
last modified time | relevance | path

Searched refs:end_of_hob (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_dram.c21 while (!end_of_hob(hdr)) { in dram_init()
73 while (!end_of_hob(hdr)) { in install_e820_map()
H A Dfsp_support.c233 while (!end_of_hob(hdr)) { in fsp_get_usable_lowmem_top()
291 while (!end_of_hob(hdr)) { in fsp_get_usable_highmem_top()
317 while (!end_of_hob(hdr)) { in fsp_get_reserved_mem_from_guid()
370 while (!end_of_hob(hdr)) { in fsp_get_next_hob()
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_hob.h176 static inline bool end_of_hob(const struct hob_header *hdr) in end_of_hob() function
/openbmc/u-boot/cmd/x86/
H A Dfsp.c90 while (!end_of_hob(hdr)) { in do_hob()