Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/riscv/mm/
H A Dkasan_init.c58 unsigned long n_ptes = in populate() local
61 ((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()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Diommu.c130 long n_ptes) in invalidate_tce_cache()
138 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()
129 invalidate_tce_cache(struct cbe_iommu *iommu, unsigned long *pte, long n_ptes) invalidate_tce_cache() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Diommu.c132 long n_ptes) in invalidate_tce_cache()
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()
131 invalidate_tce_cache(struct cbe_iommu *iommu, unsigned long *pte, long n_ptes) invalidate_tce_cache() argument

Completed in 4 milliseconds