Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/
H A Diommu.c132 long n_ptes) in invalidate_tce_cache() argument
140 while (n_ptes > 0) { in invalidate_tce_cache()
142 n = min(n_ptes, 1l << 11); in invalidate_tce_cache()
151 n_ptes -= n; in invalidate_tce_cache()