1 /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 3 #ifndef _RISCV_KERNEL_KPROBES_DECODE_INSN_H 4 #define _RISCV_KERNEL_KPROBES_DECODE_INSN_H 5 6 #include <asm/sections.h> 7 #include <asm/kprobes.h> 8 9 enum probe_insn { 10 INSN_REJECTED, 11 INSN_GOOD_NO_SLOT, 12 INSN_GOOD, 13 }; 14 15 enum probe_insn __kprobes 16 riscv_probe_decode_insn(probe_opcode_t *addr, 17 18 #endif /* _RISCV_KERNEL_KPROBES_DECODE_INSN_H 19
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.