Searched refs:max_hpte_count (Results 1 – 3 of 3) sorted by relevance
598 unsigned int max_hpte_count, valid; in native_hugepage_invalidate() local604 max_hpte_count = 1U << (PMD_SHIFT - shift); in native_hugepage_invalidate()607 for (i = 0; i < max_hpte_count; i++) { in native_hugepage_invalidate()
1948 int i, max_hpte_count, valid; in flush_hash_hugepage() local1973 max_hpte_count = HPAGE_PMD_SIZE >> shift; in flush_hash_hugepage()1974 for (i = 0; i < max_hpte_count; i++) { in flush_hash_hugepage()
1256 unsigned int max_hpte_count, valid; in pSeries_lpar_hugepage_invalidate() local1262 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()
Completed in 11 milliseconds