Home
last modified time | relevance | path

Searched refs:reg2_format (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dinst.h272 struct reg2_format { struct
342 struct reg2_format reg2_format; member
551 insn->reg2_format.opcode = OP; \
552 insn->reg2_format.rd = rd; \
553 insn->reg2_format.rj = rj; \
/kernel/linux/linux-5.10/arch/loongarch/net/
H A Debpf_jit.h574 insn->reg2_format.opcode = revb2h_op; in emit_revb2h()
575 insn->reg2_format.rd = rd; in emit_revb2h()
576 insn->reg2_format.rj = rj; in emit_revb2h()
582 insn->reg2_format.opcode = revb2w_op; in emit_revb2w()
583 insn->reg2_format.rd = rd; in emit_revb2w()
584 insn->reg2_format.rj = rj; in emit_revb2w()
590 insn->reg2_format.opcode = revbd_op; in emit_revbd()
591 insn->reg2_format.rd = rd; in emit_revbd()
592 insn->reg2_format.rj = rj; in emit_revbd()
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/
H A Dinst.h191 struct reg2_format { struct
442 struct reg2_format reg2_format; member
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H A Dexit.c114 if (inst.reg2_format.opcode == 0x1B) { in _kvm_trap_handle_gspr()
115 rd = inst.reg2_format.rd; in _kvm_trap_handle_gspr()
116 rj = inst.reg2_format.rj; in _kvm_trap_handle_gspr()
H A Dcsr.c535 rd = inst.reg2_format.rd; in _kvm_emu_iocsr()
536 rj = inst.reg2_format.rj; in _kvm_emu_iocsr()
537 opcode = inst.reg2_format.opcode; in _kvm_emu_iocsr()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/
H A Dinst.h203 struct reg2_format { struct
454 struct reg2_format reg2_format; member

Completed in 7 milliseconds