Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c143 long n_ptes) in invalidate_tce_cache() argument
151 while (n_ptes > 0) { in invalidate_tce_cache()
153 n = min(n_ptes, 1l << 11); in invalidate_tce_cache()
162 n_ptes -= n; in invalidate_tce_cache()