Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diova.c973 rcache->cpu_rcaches = __alloc_percpu(sizeof(*cpu_rcache), cache_line_size()); in init_iova_rcaches()
974 if (WARN_ON(!rcache->cpu_rcaches)) in init_iova_rcaches()
977 cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu); in init_iova_rcaches()
1000 cpu_rcache = raw_cpu_ptr(rcache->cpu_rcaches); in __iova_rcache_insert()
1063 cpu_rcache = raw_cpu_ptr(rcache->cpu_rcaches); in __iova_rcache_get()
1119 cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu); in free_iova_rcaches()
1123 free_percpu(rcache->cpu_rcaches); in free_iova_rcaches()
1141 cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu); in free_cpu_cached_iovas()
/OK3568_Linux_fs/kernel/include/linux/
H A Diova.h35 struct iova_cpu_rcache __percpu *cpu_rcaches; member