Searched refs:rd_hop (Results 1 – 1 of 1) sorted by relevance
134 struct efi_hob_resource_descriptor *rd_hop; in create_resource_descriptor_hob() local136 rd_hop = _create_hob(hob_table, EFI_HOB_TYPE_RESOURCE_DESCRIPTOR, in create_resource_descriptor_hob()139 if (rd_hop == NULL) { in create_resource_descriptor_hob()144 rd_hop->resource_type = resource_type; in create_resource_descriptor_hob()145 rd_hop->resource_attribute = resource_attribute; in create_resource_descriptor_hob()146 rd_hop->physical_start = phy_addr_start; in create_resource_descriptor_hob()147 rd_hop->resource_length = resource_length; in create_resource_descriptor_hob()148 memset(&rd_hop->owner, 0, sizeof(struct efi_guid)); in create_resource_descriptor_hob()