Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kvm/
Dentry.c173 UASM_i_MTC0(p, tmp, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_restore_scratch()
177 UASM_i_MTC0(p, tmp, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_restore_scratch()
194 UASM_i_MTC0(p, reg, C0_EBASE); in build_set_exc_base()
240 UASM_i_MTC0(&p, A1, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_vcpu_run()
306 UASM_i_MTC0(&p, T0, C0_EPC); in kvm_mips_build_enter_guest()
328 UASM_i_MTC0(&p, A0, C0_PWBASE); in kvm_mips_build_enter_guest()
479 UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_tlb_refill_exception()
554 UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_exception()
715 UASM_i_MTC0(&p, K0, C0_ENTRYHI); in kvm_mips_build_exit()
730 UASM_i_MTC0(&p, A0, C0_PWBASE); in kvm_mips_build_exit()
[all …]
/Linux-v4.19/arch/mips/mm/
Dtlbex.c361 UASM_i_MTC0(p, 1, c0_kscratch(), scratch_reg); in build_get_work_registers()
745 UASM_i_MTC0(p, pte, C0_ENTRYLO0); /* load it */ in build_huge_update_entries()
752 UASM_i_MTC0(p, pte, C0_ENTRYLO1); /* load it */ in build_huge_update_entries()
773 UASM_i_MTC0(p, ptr, C0_ENTRYHI); in build_huge_handler_tail()
777 UASM_i_MTC0(p, ptr, C0_ENTRYHI); in build_huge_handler_tail()
1049 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); in build_update_entries()
1059 UASM_i_MTC0(p, tmp, C0_ENTRYLO1); in build_update_entries()
1075 UASM_i_MTC0(p, 0, C0_ENTRYLO0); in build_update_entries()
1076 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */ in build_update_entries()
1081 UASM_i_MTC0(p, 0, C0_ENTRYLO1); in build_update_entries()
[all …]
/Linux-v4.19/arch/mips/include/asm/
Duasm.h208 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) macro
224 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_mtc0(buf, rt, rd) macro