Lines Matching refs:host0
144 * @host0: first processor/host with access to this partition
153 __le16 host0;
180 * @host0: first processor/host with access to this partition
191 __le16 host0;
430 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1));
641 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1));
861 struct smem_ptable_entry *entry, u16 host0, u16 host1)
878 if (host0 != le16_to_cpu(header->host0)) {
879 dev_err(smem->dev, "bad host0 (%hu != %hu)\n",
880 host0, le16_to_cpu(header->host0));
929 if (le16_to_cpu(entry->host0) != SMEM_GLOBAL_HOST)
964 u16 host0, host1;
978 host0 = le16_to_cpu(entry->host0);
980 if (host0 == local_host)
983 remote_host = host0;
997 header = qcom_smem_partition_header(smem, entry, host0, host1);