Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diova.c970 rcache = &iovad->rcaches[i]; in init_iova_rcaches()
1047 return __iova_rcache_insert(iovad, &iovad->rcaches[log_size], pfn); in iova_rcache_insert()
1103 return __iova_rcache_get(&iovad->rcaches[log_size], limit_pfn - size); in iova_rcache_get()
1117 rcache = &iovad->rcaches[i]; in free_iova_rcaches()
1140 rcache = &iovad->rcaches[i]; in free_cpu_cached_iovas()
1159 rcache = &iovad->rcaches[i]; in free_global_cached_iovas()
/OK3568_Linux_fs/kernel/include/linux/
H A Diova.h86 struct iova_rcache rcaches[IOVA_RANGE_CACHE_MAX_SIZE]; /* IOVA range caches */ member