Home
last modified time | relevance | path

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

/arch/powerpc/mm/book3s64/
Dhash_native.c624 unsigned int max_hpte_count, valid; in native_hugepage_invalidate() local
630 max_hpte_count = 1U << (PMD_SHIFT - shift); in native_hugepage_invalidate()
633 for (i = 0; i < max_hpte_count; i++) { in native_hugepage_invalidate()
Dhash_utils.c1748 int i, max_hpte_count, valid; in flush_hash_hugepage() local
1773 max_hpte_count = HPAGE_PMD_SIZE >> shift; in flush_hash_hugepage()
1774 for (i = 0; i < max_hpte_count; i++) { in flush_hash_hugepage()
/arch/powerpc/platforms/pseries/
Dlpar.c1192 unsigned int max_hpte_count, valid; in pSeries_lpar_hugepage_invalidate() local
1198 max_hpte_count = 1U << (PMD_SHIFT - shift); in pSeries_lpar_hugepage_invalidate()
1200 for (i = 0; i < max_hpte_count; i++) { in pSeries_lpar_hugepage_invalidate()