Lines Matching refs:host0
142 * @host0: first processor/host with access to this partition
151 __le16 host0;
178 * @host0: first processor/host with access to this partition
189 __le16 host0;
394 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1));
561 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1));
726 struct smem_ptable_entry *entry, u16 host0, u16 host1)
740 if (host0 != le16_to_cpu(header->host0)) {
741 dev_err(smem->dev, "bad host0 (%hu != %hu)\n",
742 host0, le16_to_cpu(header->host0));
791 if (le16_to_cpu(entry->host0) != SMEM_GLOBAL_HOST)
823 u16 host0, host1;
837 host0 = le16_to_cpu(entry->host0);
839 if (host0 == local_host)
842 remote_host = host0;
856 header = qcom_smem_partition_header(smem, entry, host0, host1);