Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/nohash/
H A Dtlb_64e.c38 int book3e_htw_mode; /* HW tablewalk? Value is PPC_HTW_* */ variable
58 if (book3e_htw_mode != PPC_HTW_NONE) { in tlb_flush_pgtable()
128 book3e_htw_mode = PPC_HTW_E6500; in setup_page_sizes()
136 book3e_htw_mode = PPC_HTW_NONE; in setup_page_sizes()
147 if (book3e_htw_mode && psize == MMU_PAGE_2M) in setup_page_sizes()
182 switch (book3e_htw_mode) { in setup_mmu_htw()
192 book3e_htw_mode != PPC_HTW_NONE ? "enabled" : "not supported"); in setup_mmu_htw()
205 switch (book3e_htw_mode) { in early_init_this_mmu()
275 if (book3e_htw_mode == PPC_HTW_NONE) { in early_init_mmu_global()
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h303 extern int book3e_htw_mode;
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup_64.c117 book3e_htw_mode != PPC_HTW_E6500, in setup_tlb_core_data()