Lines Matching refs:hdr
36 struct hob_header hdr; member
104 struct hob_header hdr; member
124 struct hob_header hdr; member
140 static inline const struct hob_header *get_next_hob(const struct hob_header *hdr) in get_next_hob() argument
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() argument
159 return hdr->type == HOB_TYPE_EOH; in end_of_hob()
173 static inline void *get_guid_hob_data(const struct hob_header *hdr) in get_guid_hob_data() argument
175 return (void *)((uintptr_t)hdr + sizeof(struct hob_guid)); 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() argument
191 return hdr->len - sizeof(struct hob_guid); in get_guid_hob_data_size()