Lines Matching full:host1
142 * @host1: second processor/host with access to this partition
151 __le16 host1; member
178 * @host1: second processor/host with access to this partition
189 __le16 host1; member
354 phdr->host0, phdr->host1); in qcom_smem_alloc_private()
540 phdr->host0, phdr->host1); in qcom_smem_get_private()
664 u32 host0, host1, size; in qcom_smem_set_global_partition() local
674 host1 = le16_to_cpu(entry->host1); in qcom_smem_set_global_partition()
676 if (host0 == SMEM_GLOBAL_HOST && host0 == host1) in qcom_smem_set_global_partition()
697 host1 = le16_to_cpu(header->host1); in qcom_smem_set_global_partition()
704 if (host0 != SMEM_GLOBAL_HOST && host1 != SMEM_GLOBAL_HOST) { in qcom_smem_set_global_partition()
734 u32 host0, host1; in qcom_smem_enumerate_partitions() local
744 host1 = le16_to_cpu(entry->host1); in qcom_smem_enumerate_partitions()
746 if (host0 != local_host && host1 != local_host) in qcom_smem_enumerate_partitions()
756 remote_host = host1; in qcom_smem_enumerate_partitions()
776 host1 = le16_to_cpu(header->host1); in qcom_smem_enumerate_partitions()
785 if (host0 != local_host && host1 != local_host) { in qcom_smem_enumerate_partitions()
791 if (host0 != remote_host && host1 != remote_host) { in qcom_smem_enumerate_partitions()