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.c1822 offset = inst.spec3_format.simmediate; in kvm_mips_emulate_cache()
1960 switch (inst.spec3_format.func) { in kvm_mips_emulate_inst()
/arch/mips/include/uapi/asm/
Dinst.h776 struct spec3_format { /* SPEC3 */ struct
1068 struct spec3_format spec3_format; member
/arch/mips/kernel/
Dunaligned.c976 switch (insn.spec3_format.func) { in emulate_load_store_insn()
988 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()
1001 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()
1014 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()
1022 value = regs->regs[insn.spec3_format.rt]; in emulate_load_store_insn()
1035 value = regs->regs[insn.spec3_format.rt]; in emulate_load_store_insn()