Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kvm/
Dvz.c851 if (op == mtc_op) { in mips_process_maar()
975 case mtc_op: in kvm_vz_gpsi_cop0()
980 trace_kvm_hwr(vcpu, (inst.c0r_format.rs == mtc_op) ? in kvm_vz_gpsi_cop0()
1313 inst.c0r_format.rs == mtc_op && in kvm_trap_vz_handle_gsfc()
/linux-5.19.10/arch/mips/mm/
Duasm-mips.c147 [insn_mtc0] = {M(cop0_op, mtc_op, 0, 0, 0, 0), RT | RD | SET},
/linux-5.19.10/arch/mips/include/uapi/asm/
Dinst.h160 mfhc_op = 0x03, mtc_op = 0x04, enumerator
/linux-5.19.10/arch/mips/math-emu/
Dcp1emu.c374 op = mtc_op; in microMIPS32_to_MIPS32()
1166 case mtc_op: in cop1Emulate()