Searched refs:UASM_i_LA_mostly (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/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-v6.6/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 | 831 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pmde64() 836 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pmde64() 897 UASM_i_LA_mostly(p, ptr, swpd); in build_get_pgd_vmalloc64() 957 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pgde32() 961 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pgde32() 1601 UASM_i_LA_mostly(&p, a2, pgdc); in build_setup_pgd() 1605 UASM_i_LA_mostly(&p, a2, pgdc); in build_setup_pgd()
|
/Linux-v6.6/arch/mips/include/asm/ |
D | uasm.h | 201 void UASM_i_LA_mostly(u32 **buf, unsigned int rs, long addr);
|