Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/mm/book3s64/
H A Dhash_native.c599 unsigned int max_hpte_count, valid; in native_hugepage_invalidate() local
605 max_hpte_count = 1U << (PMD_SHIFT - shift); in native_hugepage_invalidate()
608 for (i = 0; i < max_hpte_count; i++) { in native_hugepage_invalidate()
H A Dhash_utils.c2207 int i, max_hpte_count, valid; in flush_hash_hugepage() local
2232 max_hpte_count = HPAGE_PMD_SIZE >> shift; in flush_hash_hugepage()
2233 for (i = 0; i < max_hpte_count; i++) { in flush_hash_hugepage()
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dlpar.c1256 unsigned int max_hpte_count, valid; in pSeries_lpar_hugepage_invalidate() local
1262 max_hpte_count = 1U << (PMD_SHIFT - shift); in pSeries_lpar_hugepage_invalidate()
1264 for (i = 0; i < max_hpte_count; i++) { in pSeries_lpar_hugepage_invalidate()