Searched refs:UASM_i_LA_mostly (Results 1 – 4 of 4) sorted by relevance
/arch/mips/kvm/ |
D | entry.c | 401 UASM_i_LA_mostly(&p, AT, (long)&cpu_data[0].asid_mask); in kvm_mips_build_enter_guest() 687 UASM_i_LA_mostly(&p, K0, (long)&ebase); in kvm_mips_build_exit() 798 UASM_i_LA_mostly(&p, K0, (long)&hwrena); in kvm_mips_build_exit() 944 UASM_i_LA_mostly(&p, K0, (long)&hwrena); in kvm_mips_build_ret_to_host()
|
/arch/mips/mm/ |
D | uasm.c | 457 void UASM_i_LA_mostly(u32 **buf, unsigned int rs, long addr) in UASM_i_LA_mostly() function 473 UASM_EXPORT_SYMBOL(UASM_i_LA_mostly); 477 UASM_i_LA_mostly(buf, rs, addr); in UASM_i_LA()
|
D | tlbex.c | 857 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pmde64() 862 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pmde64() 923 UASM_i_LA_mostly(p, ptr, swpd); in build_get_pgd_vmalloc64() 983 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pgde32() 987 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pgde32() 1641 UASM_i_LA_mostly(&p, a2, pgdc); in build_setup_pgd() 1645 UASM_i_LA_mostly(&p, a2, pgdc); in build_setup_pgd()
|
/arch/mips/include/asm/ |
D | uasm.h | 200 void UASM_i_LA_mostly(u32 **buf, unsigned int rs, long addr);
|