Lines Matching full:host1
145 * @host1: second processor/host with access to this partition
154 __le16 host1; member
181 * @host1: second processor/host with access to this partition
192 __le16 host1; member
430 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_alloc_private()
641 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_get_private()
861 struct smem_ptable_entry *entry, u16 host0, u16 host1) in qcom_smem_partition_header() argument
883 if (host1 != le16_to_cpu(header->host1)) { in qcom_smem_partition_header()
884 dev_err(smem->dev, "bad host1 (%hu != %hu)\n", in qcom_smem_partition_header()
885 host1, le16_to_cpu(header->host1)); in qcom_smem_partition_header()
932 if (le16_to_cpu(entry->host1) == SMEM_GLOBAL_HOST) { in qcom_smem_set_global_partition()
964 u16 host0, host1; in qcom_smem_enumerate_partitions() local
979 host1 = le16_to_cpu(entry->host1); in qcom_smem_enumerate_partitions()
981 remote_host = host1; in qcom_smem_enumerate_partitions()
982 else if (host1 == local_host) in qcom_smem_enumerate_partitions()
997 header = qcom_smem_partition_header(smem, entry, host0, host1); in qcom_smem_enumerate_partitions()