Home
last modified time | relevance | path

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

/arch/mips/kvm/
Ddyntrans.c90 synci_inst.i_format.simmediate = inst.spec3_format.simmediate; in kvm_mips_trans_cache_va()
Dvz.c604 if (inst.spec3_format.opcode != spec3_op) in is_eva_access()
607 switch (inst.spec3_format.func) { in is_eva_access()
1086 offset = inst.spec3_format.simmediate; in kvm_vz_gpsi_cache()
1162 switch (inst.spec3_format.func) { in kvm_trap_vz_handle_gpsi()
Demulate.c1821 offset = inst.spec3_format.simmediate; in kvm_mips_emulate_cache()
1959 switch (inst.spec3_format.func) { in kvm_mips_emulate_inst()
/arch/mips/kernel/
Dunaligned.c970 switch (insn.spec3_format.func) { in emulate_load_store_insn()
982 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()
995 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()
1008 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()
1016 value = regs->regs[insn.spec3_format.rt]; in emulate_load_store_insn()
1029 value = regs->regs[insn.spec3_format.rt]; in emulate_load_store_insn()
/arch/mips/include/uapi/asm/
Dinst.h777 struct spec3_format { /* SPEC3 */ struct
1069 struct spec3_format spec3_format; member