Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/
Diova.c895 rcache = &iovad->rcaches[i]; in init_iova_rcaches()
972 return __iova_rcache_insert(iovad, &iovad->rcaches[log_size], pfn); in iova_rcache_insert()
1028 return __iova_rcache_get(&iovad->rcaches[log_size], limit_pfn - size); in iova_rcache_get()
1042 rcache = &iovad->rcaches[i]; in free_iova_rcaches()
1065 rcache = &iovad->rcaches[i]; in free_cpu_cached_iovas()
1084 rcache = &iovad->rcaches[i]; in free_global_cached_iovas()
/Linux-v5.15/include/linux/
Diova.h86 struct iova_rcache rcaches[IOVA_RANGE_CACHE_MAX_SIZE]; /* IOVA range caches */ member