Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dtlbex.c391 long pgdc = (long)pgd_current; in build_r3000_tlb_refill_handler() local
398 uasm_i_lui(&p, GPR_K1, uasm_rel_hi(pgdc)); /* cp0 delay */ in build_r3000_tlb_refill_handler()
399 uasm_i_lw(&p, GPR_K1, uasm_rel_lo(pgdc), GPR_K1); in build_r3000_tlb_refill_handler()
764 long pgdc = (long)pgd_current; in build_get_pmde64() local
812 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pmde64()
815 uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pmde64()
817 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pmde64()
818 uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pmde64()
933 long pgdc = (long)pgd_current; in build_get_pgde32() local
938 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pgde32()
[all …]