Searched refs:pgdc (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
D | tlbex.c | 413 long pgdc = (long)pgd_current; in build_r3000_tlb_refill_handler() local 420 uasm_i_lui(&p, K1, uasm_rel_hi(pgdc)); /* cp0 delay */ in build_r3000_tlb_refill_handler() 421 uasm_i_lw(&p, K1, uasm_rel_lo(pgdc), K1); in build_r3000_tlb_refill_handler() 784 long pgdc = (long)pgd_current; in build_get_pmde64() local 829 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pmde64() 832 uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pmde64() 834 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pmde64() 835 uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pmde64() 937 long pgdc = (long)pgd_current; in build_get_pgde32() local 942 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pgde32() [all …]
|