Home
last modified time | relevance | path

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

/arch/mips/kvm/
Demulate.c1649 u32 cache, op_inst, op, base; in kvm_mips_emulate_cache() local
1665 op_inst = inst.i_format.rt; in kvm_mips_emulate_cache()
1670 cache = op_inst & CacheOp_Cache; in kvm_mips_emulate_cache()
1671 op = op_inst & CacheOp_Op; in kvm_mips_emulate_cache()
1775 if (op_inst == Hit_Writeback_Inv_D || op_inst == Hit_Invalidate_D) { in kvm_mips_emulate_cache()
1785 } else if (op_inst == Hit_Invalidate_I) { in kvm_mips_emulate_cache()