Searched refs:n_ptes (Results 1 – 2 of 2) sorted by relevance
56 unsigned long n_ptes = in populate() local59 ((n_ptes + PTRS_PER_PMD) & -PTRS_PER_PMD) / PTRS_PER_PMD; in populate()62 memblock_alloc(n_ptes * PTRS_PER_PTE * sizeof(pte_t), PAGE_SIZE); in populate()72 for (i = 0, offset = 0; i < n_ptes; i++, offset += PTRS_PER_PTE) in populate()
130 long n_ptes) in invalidate_tce_cache() argument138 while (n_ptes > 0) { in invalidate_tce_cache()140 n = min(n_ptes, 1l << 11); in invalidate_tce_cache()149 n_ptes -= n; in invalidate_tce_cache()