Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_hob.h24 struct hob_header { struct
36 struct hob_header hdr; argument
104 struct hob_header hdr;
124 struct hob_header hdr;
140 static inline const struct hob_header *get_next_hob(const struct hob_header *hdr) in get_next_hob()
142 return (const struct hob_header *)((uintptr_t)hdr + hdr->len); in get_next_hob()
157 static inline bool end_of_hob(const struct hob_header *hdr) in end_of_hob()
173 static inline void *get_guid_hob_data(const struct hob_header *hdr) in get_guid_hob_data()
189 static inline u16 get_guid_hob_data_size(const struct hob_header *hdr) in get_guid_hob_data_size()
H A Dfsp_support.h142 const struct hob_header *fsp_get_next_hob(uint type, const void *hob_list);
152 const struct hob_header *fsp_get_next_guid_hob(const struct efi_guid *guid,
/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c220 const struct hob_header *hdr; in fsp_get_usable_lowmem_top()
282 const struct hob_header *hdr; in fsp_get_usable_highmem_top()
311 const struct hob_header *hdr; in fsp_get_reserved_mem_from_guid()
364 const struct hob_header *fsp_get_next_hob(uint type, const void *hob_list) in fsp_get_next_hob()
366 const struct hob_header *hdr; in fsp_get_next_hob()
381 const struct hob_header *fsp_get_next_guid_hob(const struct efi_guid *guid, in fsp_get_next_guid_hob()
384 const struct hob_header *hdr; in fsp_get_next_guid_hob()
402 const struct hob_header *guid_hob; in fsp_get_guid_hob_data()
H A Dfsp_dram.c18 const struct hob_header *hdr; in dram_init()
68 const struct hob_header *hdr; in install_e820_map()
H A Dcmd_fsp.c58 const struct hob_header *hdr; in do_hob()