Searched refs:mtc_op (Results 1 – 4 of 4) sorted by relevance
/linux/arch/mips/kvm/ |
H A D | vz.c | 851 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/arch/mips/mm/ |
H A D | uasm-mips.c | 147 [insn_mtc0] = {M(cop0_op, mtc_op, 0, 0, 0, 0), RT | RD | SET},
|
/linux/arch/mips/include/uapi/asm/ |
H A D | inst.h | 160 mfhc_op = 0x03, mtc_op = 0x04, enumerator
|
/linux/arch/mips/math-emu/ |
H A D | cp1emu.c | 374 op = mtc_op; in microMIPS32_to_MIPS32() 1166 case mtc_op: in cop1Emulate()
|