Searched refs:get_next_hob (Results 1 – 4 of 4) sorted by relevance
260 hdr = get_next_hob(hdr); in fsp_get_usable_lowmem_top()302 hdr = get_next_hob(hdr); in fsp_get_usable_highmem_top()330 hdr = get_next_hob(hdr); in fsp_get_reserved_mem_from_guid()375 hdr = get_next_hob(hdr); in fsp_get_next_hob()393 hdr = get_next_hob(hdr); in fsp_get_next_guid_hob()
30 hdr = get_next_hob(hdr); in dram_init()86 hdr = get_next_hob(hdr); in install_e820_map()
97 hdr = get_next_hob(hdr); in do_hob()
140 static inline const struct hob_header *get_next_hob(const struct hob_header *hdr) in get_next_hob() function