Home
last modified time | relevance | path

Searched refs:MMU_FTR_16M_PAGE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dmmu.h92 #define MMU_FTR_16M_PAGE ASM_CONST(0x04000000) macro
140 MMU_FTR_NO_SLBIE_B | MMU_FTR_16M_PAGE | MMU_FTR_TLBIEL |
Dcputable.h222 #define MMU_FTR_PPCAS_ARCH_V2 (MMU_FTR_TLBIEL | MMU_FTR_16M_PAGE)
/Linux-v4.19/arch/powerpc/mm/
Dpgtable-hash64.c381 if (!mmu_has_feature(MMU_FTR_16M_PAGE)) in hash__has_transparent_hugepage()
Dhash_utils_64.c421 cur_cpu_spec->mmu_features &= ~(MMU_FTR_16M_PAGE); in htab_dt_scan_page_sizes()
438 cur_cpu_spec->mmu_features |= MMU_FTR_16M_PAGE; in htab_dt_scan_page_sizes()
565 if (rc == 0 && early_mmu_has_feature(MMU_FTR_16M_PAGE)) { in htab_scan_page_sizes()
Dhugetlbpage.c664 if (!radix_enabled() && !mmu_has_feature(MMU_FTR_16M_PAGE)) in hugetlbpage_init()