Home
last modified time | relevance | path

Searched refs:PPC_HTW_NONE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/powerpc/mm/nohash/
Dtlb.c413 if (book3e_htw_mode != PPC_HTW_NONE) { in tlb_flush_pgtable()
492 book3e_htw_mode = PPC_HTW_NONE; in setup_page_sizes()
596 book3e_htw_mode != PPC_HTW_NONE ? "enabled" : "not supported"); in setup_mmu_htw()
623 case PPC_HTW_NONE: in early_init_this_mmu()
693 if (book3e_htw_mode == PPC_HTW_NONE) { in early_init_mmu_global()
/Linux-v5.4/arch/powerpc/include/asm/nohash/
Dmmu-book3e.h296 #define PPC_HTW_NONE 0 macro