Searched refs:UASM_i_LA_mostly (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/mips/kvm/ |
D | entry.c | 379 UASM_i_LA_mostly(&p, AT, (long)&cpu_data[0].asid_mask); in kvm_mips_build_enter_guest() 650 UASM_i_LA_mostly(&p, K0, (long)&ebase); in kvm_mips_build_exit() 759 UASM_i_LA_mostly(&p, K0, (long)&hwrena); in kvm_mips_build_exit() 905 UASM_i_LA_mostly(&p, K0, (long)&hwrena); in kvm_mips_build_ret_to_host()
|
/linux-5.19.10/arch/mips/mm/ |
D | uasm.c | 458 void UASM_i_LA_mostly(u32 **buf, unsigned int rs, long addr) in UASM_i_LA_mostly() function 474 UASM_EXPORT_SYMBOL(UASM_i_LA_mostly); 478 UASM_i_LA_mostly(buf, rs, addr); in UASM_i_LA()
|
D | tlbex.c | 850 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pmde64() 855 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pmde64() 916 UASM_i_LA_mostly(p, ptr, swpd); in build_get_pgd_vmalloc64() 976 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pgde32() 980 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pgde32() 1636 UASM_i_LA_mostly(&p, a2, pgdc); in build_setup_pgd() 1640 UASM_i_LA_mostly(&p, a2, pgdc); in build_setup_pgd()
|
/linux-5.19.10/arch/mips/include/asm/ |
D | uasm.h | 201 void UASM_i_LA_mostly(u32 **buf, unsigned int rs, long addr);
|