Home
last modified time | relevance | path

Searched refs:hugepage_shift (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/mm/
Dtlb_hash64.c193 int hugepage_shift; in __flush_hash_table_range() local
212 &hugepage_shift); in __flush_hash_table_range()
218 if (hugepage_shift) in __flush_hash_table_range()
222 if (unlikely(hugepage_shift && pmd_trans_huge(*(pmd_t *)pte))) in __flush_hash_table_range()
Dhash_utils_64.c1206 int hugepage_shift; in hash_preload() local
1244 ptep = find_linux_pte_or_hugepte(pgdir, ea, &hugepage_shift); in hash_preload()
1248 WARN_ON(hugepage_shift); in hash_preload()
/linux-4.1.27/arch/powerpc/kernel/
Dio-workarounds.c59 unsigned hugepage_shift; in iowa_mem_find_bus() local
79 &hugepage_shift); in iowa_mem_find_bus()
83 WARN_ON(hugepage_shift); in iowa_mem_find_bus()
Deeh.c349 int hugepage_shift; in eeh_token_to_phys() local
356 ptep = __find_linux_pte_or_hugepte(init_mm.pgd, token, &hugepage_shift); in eeh_token_to_phys()
359 WARN_ON(hugepage_shift); in eeh_token_to_phys()