Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/
Dhob.h59 struct hob_header { struct
71 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 in get_next_hob()
143 return (const struct hob_header *)((uintptr_t)hdr + hdr->len); in get_next_hob()
158 static inline bool end_of_hob(const struct hob_header *hdr) in end_of_hob()
174 static inline void *get_guid_hob_data(const struct hob_header *hdr) in get_guid_hob_data()
190 static inline u16 get_guid_hob_data_size(const struct hob_header *hdr) in get_guid_hob_data_size()
203 const struct hob_header *hob_get_next_hob(uint type, const void *hob_list);
[all …]
/external/u-boot/arch/x86/lib/
Dhob.c18 const struct hob_header *hob_get_next_hob(uint type, const void *hob_list) in hob_get_next_hob()
20 const struct hob_header *hdr; in hob_get_next_hob()
43 const struct hob_header *hob_get_next_guid_hob(const efi_guid_t *guid, in hob_get_next_guid_hob()
46 const struct hob_header *hdr; in hob_get_next_guid_hob()
74 const struct hob_header *guid_hob; in hob_get_guid_hob_data()
/external/u-boot/arch/x86/lib/fsp/
Dfsp_support.c13 const struct hob_header *hdr; in fsp_get_usable_lowmem_top()
75 const struct hob_header *hdr; in fsp_get_usable_highmem_top()
104 const struct hob_header *hdr; in fsp_get_reserved_mem_from_guid()
Dfsp_dram.c19 const struct hob_header *hdr; in fsp_scan_for_ram_size()
51 const struct hob_header *hdr; in install_e820_map()
/external/u-boot/cmd/x86/
Dhob.c30 const struct hob_header *hdr; in do_hob()