Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
A Dhash_native.c651 unsigned int max_hpte_count, valid; in native_hugepage_invalidate() local
657 max_hpte_count = 1U << (PMD_SHIFT - shift); in native_hugepage_invalidate()
660 for (i = 0; i < max_hpte_count; i++) { in native_hugepage_invalidate()
A Dhash_utils.c1843 int i, max_hpte_count, valid; in flush_hash_hugepage() local
1868 max_hpte_count = HPAGE_PMD_SIZE >> shift; in flush_hash_hugepage()
1869 for (i = 0; i < max_hpte_count; i++) { in flush_hash_hugepage()
/linux/arch/powerpc/platforms/pseries/
A Dlpar.c1214 unsigned int max_hpte_count, valid; in pSeries_lpar_hugepage_invalidate() local
1220 max_hpte_count = 1U << (PMD_SHIFT - shift); in pSeries_lpar_hugepage_invalidate()
1222 for (i = 0; i < max_hpte_count; i++) { in pSeries_lpar_hugepage_invalidate()

Completed in 12 milliseconds