Searched refs:n_ptes (Results 1 – 2 of 2) sorted by relevance
58 unsigned long n_ptes = in populate() local61 ((n_ptes + PTRS_PER_PMD) & -PTRS_PER_PMD) / PTRS_PER_PMD; in populate()64 memblock_alloc(n_ptes * PTRS_PER_PTE * sizeof(pte_t), PAGE_SIZE); in populate()74 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()