Home
last modified time | relevance | path

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

/arch/mips/kvm/
Ddyntrans.c80 synci_inst.i_format.simmediate = inst.spec3_format.simmediate; in kvm_mips_trans_cache_va()
Demulate.c1667 offset = inst.spec3_format.simmediate; in kvm_mips_emulate_cache()
1852 switch (inst.spec3_format.func) { in kvm_mips_emulate_inst()
/arch/mips/kernel/
Dunaligned.c951 switch (insn.spec3_format.func) { in emulate_load_store_insn()
963 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()
976 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()
989 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()
997 value = regs->regs[insn.spec3_format.rt]; in emulate_load_store_insn()
1010 value = regs->regs[insn.spec3_format.rt]; in emulate_load_store_insn()
/arch/mips/include/uapi/asm/
Dinst.h758 struct spec3_format { /* SPEC3 */ struct
1049 struct spec3_format spec3_format; member