Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kvm/
H A Dentry.c168 UASM_i_MTC0(p, tmp, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_restore_scratch()
172 UASM_i_MTC0(p, tmp, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_restore_scratch()
189 UASM_i_MTC0(p, reg, C0_EBASE); in build_set_exc_base()
234 UASM_i_MTC0(&p, A0, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_vcpu_run()
300 UASM_i_MTC0(&p, T0, C0_EPC); in kvm_mips_build_enter_guest()
324 UASM_i_MTC0(&p, A0, C0_PWBASE); in kvm_mips_build_enter_guest()
447 UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_tlb_refill_exception()
533 UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_exception()
690 UASM_i_MTC0(&p, K0, C0_ENTRYHI); in kvm_mips_build_exit()
705 UASM_i_MTC0(&p, A0, C0_PWBASE); in kvm_mips_build_exit()
[all …]
/openbmc/linux/arch/mips/mm/
H A Dtlbex.c358 UASM_i_MTC0(p, 1, c0_kscratch(), scratch_reg); in build_get_work_registers()
730 UASM_i_MTC0(p, pte, C0_ENTRYLO0); /* load it */ in build_huge_update_entries()
758 UASM_i_MTC0(p, ptr, C0_ENTRYHI); in build_huge_handler_tail()
762 UASM_i_MTC0(p, ptr, C0_ENTRYHI); in build_huge_handler_tail()
1024 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); in build_update_entries()
1034 UASM_i_MTC0(p, tmp, C0_ENTRYLO1); in build_update_entries()
1050 UASM_i_MTC0(p, 0, C0_ENTRYLO0); in build_update_entries()
1056 UASM_i_MTC0(p, 0, C0_ENTRYLO1); in build_update_entries()
1584 UASM_i_MTC0(&p, a0, C0_CONTEXT); in build_setup_pgd()
1590 UASM_i_MTC0(&p, a0, C0_PWBASE); in build_setup_pgd()
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Duasm.h218 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) macro
234 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_mtc0(buf, rt, rd) macro