Home
last modified time | relevance | path

Searched refs:RISCV_INSN_SET_SIMULATE (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/riscv/kernel/probes/
Ddecode-insn.c35 RISCV_INSN_SET_SIMULATE(c_j, insn); in riscv_probe_decode_insn()
36 RISCV_INSN_SET_SIMULATE(c_jr, insn); in riscv_probe_decode_insn()
37 RISCV_INSN_SET_SIMULATE(c_jalr, insn); in riscv_probe_decode_insn()
38 RISCV_INSN_SET_SIMULATE(c_beqz, insn); in riscv_probe_decode_insn()
39 RISCV_INSN_SET_SIMULATE(c_bnez, insn); in riscv_probe_decode_insn()
42 RISCV_INSN_SET_SIMULATE(jal, insn); in riscv_probe_decode_insn()
43 RISCV_INSN_SET_SIMULATE(jalr, insn); in riscv_probe_decode_insn()
44 RISCV_INSN_SET_SIMULATE(auipc, insn); in riscv_probe_decode_insn()
45 RISCV_INSN_SET_SIMULATE(branch, insn); in riscv_probe_decode_insn()
Dsimulate-insn.h15 #define RISCV_INSN_SET_SIMULATE(name, code) \ macro