Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/mm/nohash/
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()
126 book3e_htw_mode = PPC_HTW_E6500; in setup_page_sizes()
134 book3e_htw_mode = PPC_HTW_NONE; in setup_page_sizes()
145 if (book3e_htw_mode && psize == MMU_PAGE_2M) in setup_page_sizes()
182 switch (book3e_htw_mode) { in early_init_this_mmu()
242 switch (book3e_htw_mode) { in early_init_mmu_global()
250 book3e_htw_mode != PPC_HTW_NONE ? "enabled" : "not supported"); in early_init_mmu_global()
/linux-6.12.1/arch/powerpc/include/asm/nohash/
Dmmu-e500.h300 extern int book3e_htw_mode;
/linux-6.12.1/arch/powerpc/kernel/
Dsetup_64.c117 book3e_htw_mode != PPC_HTW_E6500, in setup_tlb_core_data()