Lines Matching defs:host
80 /* Processor/host identifier for the application processor */
83 /* Processor/host identifier for the global partition */
142 * @host0: first processor/host with access to this partition
143 * @host1: second processor/host with access to this partition
178 * @host0: first processor/host with access to this partition
179 * @host1: second processor/host with access to this partition
255 * processor/host
256 * @cacheline: list of cacheline sizes for each host
434 * @host: remote processor id, or -1
441 int qcom_smem_alloc(unsigned host, unsigned item, size_t size)
465 if (host < SMEM_HOST_COUNT && __smem->partitions[host]) {
466 phdr = __smem->partitions[host];
568 * @host: the remote processor, or -1
575 void *qcom_smem_get(unsigned host, unsigned item, size_t *size)
595 if (host < SMEM_HOST_COUNT && __smem->partitions[host]) {
596 phdr = __smem->partitions[host];
597 cacheln = __smem->cacheline[host];
616 * @host: the remote processor identifying a partition, or -1
621 int qcom_smem_get_free_space(unsigned host)
630 if (host < SMEM_HOST_COUNT && __smem->partitions[host]) {
631 phdr = __smem->partitions[host];
847 dev_err(smem->dev, "bad host %hu\n", remote_host);
852 dev_err(smem->dev, "duplicate host %hu\n", remote_host);