Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/x86/lib/
Dhob.c29 hdr = get_next_hob(hdr); in hob_get_next_hob()
54 hdr = get_next_hob(hdr); in hob_get_next_guid_hob()
/third_party/uboot/u-boot-2020.01/arch/x86/lib/fsp/
Dfsp_support.c53 hdr = get_next_hob(hdr); in fsp_get_usable_lowmem_top()
95 hdr = get_next_hob(hdr); in fsp_get_usable_highmem_top()
123 hdr = get_next_hob(hdr); in fsp_get_reserved_mem_from_guid()
Dfsp_dram.c30 hdr = get_next_hob(hdr); in fsp_scan_for_ram_size()
69 hdr = get_next_hob(hdr); in install_e820_map()
/third_party/uboot/u-boot-2020.01/cmd/x86/
Dhob.c67 hdr = get_next_hob(hdr); in do_hob()
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/
Dhob.h140 static inline const struct hob_header *get_next_hob(const struct hob_header in get_next_hob() function