Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c234 while (!end_of_hob(hdr)) { in fsp_get_usable_lowmem_top()
292 while (!end_of_hob(hdr)) { in fsp_get_usable_highmem_top()
318 while (!end_of_hob(hdr)) { in fsp_get_reserved_mem_from_guid()
371 while (!end_of_hob(hdr)) { in fsp_get_next_hob()
H A Dfsp_dram.c22 while (!end_of_hob(hdr)) { in dram_init()
73 while (!end_of_hob(hdr)) { in install_e820_map()
H A Dcmd_fsp.c71 while (!end_of_hob(hdr)) { in do_hob()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_hob.h157 static inline bool end_of_hob(const struct hob_header *hdr) in end_of_hob() function