Home
last modified time | relevance | path

Searched refs:global_partition (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/soc/qcom/
H A Dsmem.c284 struct smem_partition global_partition; member
530 } else if (__smem->global_partition.virt_base) { in qcom_smem_alloc()
531 part = &__smem->global_partition; in qcom_smem_alloc()
703 } else if (__smem->global_partition.virt_base) { in qcom_smem_get()
704 part = &__smem->global_partition; in qcom_smem_get()
742 } else if (__smem->global_partition.virt_base) { in qcom_smem_get_free_space()
743 part = &__smem->global_partition; in qcom_smem_get_free_space()
791 part = &__smem->global_partition; in qcom_smem_virt_to_phys()
939 if (smem->global_partition.virt_base) { in qcom_smem_set_global_partition()
974 smem->global_partition.virt_base = (void __iomem *)header; in qcom_smem_set_global_partition()
[all …]
/openbmc/u-boot/drivers/smem/
H A Dmsm_smem.c262 struct smem_partition_header *global_partition; member
450 } else if (__smem->global_partition) { in qcom_smem_alloc()
451 phdr = __smem->global_partition; in qcom_smem_alloc()
570 } else if (__smem->global_partition) { in qcom_smem_get()
571 phdr = __smem->global_partition; in qcom_smem_get()
602 } else if (__smem->global_partition) { in qcom_smem_get_free_space()
603 phdr = __smem->global_partition; in qcom_smem_get_free_space()
690 if (smem->global_partition) { in qcom_smem_set_global_partition()
721 smem->global_partition = header; in qcom_smem_set_global_partition()