Home
last modified time | relevance | path

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

/linux/arch/mips/kvm/
H A Dentry.c326 UASM_i_LA_mostly(&p, GPR_AT, (long)&cpu_data[0].asid_mask); in kvm_mips_build_enter_guest()
597 UASM_i_LA_mostly(&p, GPR_K0, (long)&ebase); in kvm_mips_build_exit()
706 UASM_i_LA_mostly(&p, GPR_K0, (long)&hwrena); in kvm_mips_build_exit()
852 UASM_i_LA_mostly(&p, GPR_K0, (long)&hwrena); in kvm_mips_build_ret_to_host()
/linux/arch/mips/mm/
H A Duasm.c458 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()
H A Dtlbex.c812 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pmde64()
817 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pmde64()
878 UASM_i_LA_mostly(p, ptr, swpd); in build_get_pgd_vmalloc64()
938 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pgde32()
942 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pgde32()
1583 UASM_i_LA_mostly(&p, a2, pgdc); in build_setup_pgd()
1587 UASM_i_LA_mostly(&p, a2, pgdc); in build_setup_pgd()
/linux/arch/mips/include/asm/
H A Duasm.h199 void UASM_i_LA_mostly(u32 **buf, unsigned int rs, long addr);