cpu_rcaches       871 drivers/iommu/iova.c 		rcache->cpu_rcaches = __alloc_percpu(sizeof(*cpu_rcache), cache_line_size());
cpu_rcaches       872 drivers/iommu/iova.c 		if (WARN_ON(!rcache->cpu_rcaches))
cpu_rcaches       875 drivers/iommu/iova.c 			cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu);
cpu_rcaches       898 drivers/iommu/iova.c 	cpu_rcache = raw_cpu_ptr(rcache->cpu_rcaches);
cpu_rcaches       961 drivers/iommu/iova.c 	cpu_rcache = raw_cpu_ptr(rcache->cpu_rcaches);
cpu_rcaches      1017 drivers/iommu/iova.c 			cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu);
cpu_rcaches      1021 drivers/iommu/iova.c 		free_percpu(rcache->cpu_rcaches);
cpu_rcaches      1039 drivers/iommu/iova.c 		cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu);
cpu_rcaches        35 include/linux/iova.h 	struct iova_cpu_rcache __percpu *cpu_rcaches;