Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kvm/
Dvz.c876 if (op == mtc_op) { in mips_process_maar()
995 case mtc_op: in kvm_vz_gpsi_cop0()
1000 trace_kvm_hwr(vcpu, (inst.c0r_format.rs == mtc_op) ? in kvm_vz_gpsi_cop0()
1229 inst.c0r_format.rs == mtc_op && in kvm_trap_vz_handle_gsfc()
Demulate.c1350 case mtc_op: in kvm_mips_emulate_CP0()
/Linux-v4.19/arch/mips/mm/
Duasm-mips.c137 [insn_mtc0] = {M(cop0_op, mtc_op, 0, 0, 0, 0), RT | RD | SET},
/Linux-v4.19/arch/mips/include/uapi/asm/
Dinst.h160 mfhc_op = 0x03, mtc_op = 0x04, enumerator
/Linux-v4.19/arch/mips/math-emu/
Dcp1emu.c386 op = mtc_op; in microMIPS32_to_MIPS32()
1178 case mtc_op: in cop1Emulate()