Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_native.c603 unsigned int max_hpte_count, valid; in native_hugepage_invalidate() local
609 max_hpte_count = 1U << (PMD_SHIFT - shift); in native_hugepage_invalidate()
612 for (i = 0; i < max_hpte_count; i++) { in native_hugepage_invalidate()
H A Dhash_utils.c1949 int i, max_hpte_count, valid; in flush_hash_hugepage() local
1974 max_hpte_count = HPAGE_PMD_SIZE >> shift; in flush_hash_hugepage()
1975 for (i = 0; i < max_hpte_count; i++) { in flush_hash_hugepage()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c1255 unsigned int max_hpte_count, valid; in pSeries_lpar_hugepage_invalidate() local
1261 max_hpte_count = 1U << (PMD_SHIFT - shift); in pSeries_lpar_hugepage_invalidate()
1263 for (i = 0; i < max_hpte_count; i++) { in pSeries_lpar_hugepage_invalidate()