Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dinst.h294 struct reg2_format { struct
371 struct reg2_format reg2_format; member
592 insn->reg2_format.opcode = OP; \
593 insn->reg2_format.rd = rd; \
594 insn->reg2_format.rj = rj; \
/linux/arch/loongarch/kvm/
H A Dexit.c29 if (inst.reg2_format.opcode != cpucfg_op) in kvm_emu_cpucfg()
32 rd = inst.reg2_format.rd; in kvm_emu_cpucfg()
33 rj = inst.reg2_format.rj; in kvm_emu_cpucfg()
166 rd = inst.reg2_format.rd; in kvm_emu_iocsr()
167 rj = inst.reg2_format.rj; in kvm_emu_iocsr()
168 opcode = inst.reg2_format.opcode; in kvm_emu_iocsr()
/linux/arch/loongarch/kernel/
H A Dinst.c158 switch (insn.reg2_format.opcode) { in insns_not_supported()