Lines Matching defs:host
82 /* Processor/host identifier for the application processor */
85 /* Processor/host identifier for the global partition */
144 * @host0: first processor/host with access to this partition
145 * @host1: second processor/host with access to this partition
180 * @host0: first processor/host with access to this partition
181 * @host1: second processor/host with access to this partition
270 * @partitions: list of partitions of current processor/host
470 * @host: remote processor id, or -1
477 int qcom_smem_alloc(unsigned host, unsigned item, size_t size)
501 if (host < SMEM_HOST_COUNT && __smem->partitions[host].virt_base) {
502 part = &__smem->partitions[host];
648 * @host: the remote processor, or -1
655 void *qcom_smem_get(unsigned host, unsigned item, size_t *size)
674 if (host < SMEM_HOST_COUNT && __smem->partitions[host].virt_base) {
675 part = &__smem->partitions[host];
693 * @host: the remote processor identifying a partition, or -1
698 int qcom_smem_get_free_space(unsigned host)
708 if (host < SMEM_HOST_COUNT && __smem->partitions[host].virt_base) {
709 part = &__smem->partitions[host];
988 dev_err(smem->dev, "bad host %u\n", remote_host);
993 dev_err(smem->dev, "duplicate host %u\n", remote_host);