Symbol: arm_smmu_ll_queue
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
128
static bool queue_has_space(struct arm_smmu_ll_queue *q, u32 n)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
143
static bool queue_full(struct arm_smmu_ll_queue *q)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
149
static bool queue_empty(struct arm_smmu_ll_queue *q)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
155
static bool queue_consumed(struct arm_smmu_ll_queue *q, u32 prod)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
173
static void queue_inc_cons(struct arm_smmu_ll_queue *q)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
181
struct arm_smmu_ll_queue *llq = &q->llq;
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
210
static u32 queue_inc_prod_n(struct arm_smmu_ll_queue *q, int n)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
2161
struct arm_smmu_ll_queue *llq = &q->llq;
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
2220
struct arm_smmu_ll_queue *llq = &q->llq;
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
491
struct arm_smmu_ll_queue llq = {
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
550
struct arm_smmu_ll_queue *llq)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
585
struct arm_smmu_ll_queue *llq)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
609
struct arm_smmu_ll_queue *llq)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
659
struct arm_smmu_ll_queue *llq)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
673
struct arm_smmu_ll_queue llq = {
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
710
struct arm_smmu_ll_queue llq, head;
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h
678
struct arm_smmu_ll_queue llq;