Lines Matching refs:hdr
71 struct hob_header hdr; member
104 struct hob_header hdr; member
124 struct hob_header hdr; member
141 *hdr) 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() argument
160 return hdr->type == HOB_TYPE_EOH; in end_of_hob()
174 static inline void *get_guid_hob_data(const struct hob_header *hdr) in get_guid_hob_data() argument
176 return (void *)((uintptr_t)hdr + sizeof(struct hob_guid)); 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() argument
192 return hdr->len - sizeof(struct hob_guid); in get_guid_hob_data_size()