Searched refs:__RISCV_INSN_FUNCS (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/riscv/kernel/probes/ |
D | simulate-insn.h | 6 #define __RISCV_INSN_FUNCS(name, mask, val) \ macro 22 __RISCV_INSN_FUNCS(system, 0x7f, 0x73); 23 __RISCV_INSN_FUNCS(fence, 0x7f, 0x0f); 33 __RISCV_INSN_FUNCS(c_j, 0xe003, 0xa001); 34 __RISCV_INSN_FUNCS(c_jr, 0xf007, 0x8002); 35 __RISCV_INSN_FUNCS(c_jal, 0xe003, 0x2001); 36 __RISCV_INSN_FUNCS(c_jalr, 0xf007, 0x9002); 37 __RISCV_INSN_FUNCS(c_beqz, 0xe003, 0xc001); 38 __RISCV_INSN_FUNCS(c_bnez, 0xe003, 0xe001); 39 __RISCV_INSN_FUNCS(c_ebreak, 0xffff, 0x9002); [all …]
|