pt_w             1488 arch/mips/mm/tlbex.c 	unsigned long pt_i, pt_w;
pt_w             1506 arch/mips/mm/tlbex.c 	pt_w  = PAGE_SHIFT - 3;
pt_w             1514 arch/mips/mm/tlbex.c 	write_c0_pwsize(1 << 30 | pgd_w << 24 | pmd_w << 12 | pt_w << 6 | pte_w);
pt_w             1517 arch/mips/mm/tlbex.c 	write_c0_pwsize(1 << 30 | pgd_w << 24 | pt_w << 6 | pte_w);