Searched refs:mtc_op (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kvm/ |
D | vz.c | 853 if (op == mtc_op) { in mips_process_maar() 977 case mtc_op: in kvm_vz_gpsi_cop0() 982 trace_kvm_hwr(vcpu, (inst.c0r_format.rs == mtc_op) ? in kvm_vz_gpsi_cop0() 1315 inst.c0r_format.rs == mtc_op && in kvm_trap_vz_handle_gsfc()
|
D | emulate.c | 1348 case mtc_op: in kvm_mips_emulate_CP0()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
D | uasm-mips.c | 147 [insn_mtc0] = {M(cop0_op, mtc_op, 0, 0, 0, 0), RT | RD | SET},
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | inst.h | 291 mtc_op = 0x04, enumerator
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | inst.h | 160 mfhc_op = 0x03, mtc_op = 0x04, enumerator
|
/kernel/linux/linux-5.10/arch/mips/math-emu/ |
D | cp1emu.c | 374 op = mtc_op; in microMIPS32_to_MIPS32() 1166 case mtc_op: in cop1Emulate()
|