pgd_w            1484 arch/mips/mm/tlbex.c 	unsigned long pgd_i, pgd_w;
pgd_w            1497 arch/mips/mm/tlbex.c 	pgd_w = PGDIR_SHIFT - PMD_SHIFT + PGD_ORDER;
pgd_w            1502 arch/mips/mm/tlbex.c 	pgd_w = PGDIR_SHIFT - PAGE_SHIFT + PGD_ORDER;
pgd_w            1514 arch/mips/mm/tlbex.c 	write_c0_pwsize(1 << 30 | pgd_w << 24 | pmd_w << 12 | pt_w << 6 | pte_w);
pgd_w            1517 arch/mips/mm/tlbex.c 	write_c0_pwsize(1 << 30 | pgd_w << 24 | pt_w << 6 | pte_w);