pte_w            1489 arch/mips/mm/tlbex.c 	unsigned long pte_i, pte_w;
pte_w            1509 arch/mips/mm/tlbex.c 	pte_w = 0;
pte_w            1514 arch/mips/mm/tlbex.c 	write_c0_pwsize(1 << 30 | pgd_w << 24 | pmd_w << 12 | pt_w << 6 | pte_w);
pte_w            1517 arch/mips/mm/tlbex.c 	write_c0_pwsize(1 << 30 | pgd_w << 24 | pt_w << 6 | pte_w);