Searched refs:hob_type (Results 1 – 3 of 3) sorted by relevance
22 uint16_t hob_type, uint16_t hob_length) in _create_hob() argument44 new_hob->hob_type = hob_type; in _create_hob()49 hob_end->hob_type = EFI_HOB_TYPE_END_OF_HOB_LIST; in _create_hob()89 hob_table->header.hob_type = EFI_HOB_TYPE_HANDOFF; in create_hob_list()93 hob_end->hob_type = EFI_HOB_TYPE_END_OF_HOB_LIST; in create_hob_list()
145 def __init__(self, hob_type, hob_length): argument147 self.hob_type = hob_type153 self.format_str, self.hob_type, self.hob_length, self.reserved
39 uint16_t hob_type; member