![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0+ */ 0002 0003 #ifndef __CSKY_KERNEL_KPROBES_DECODE_INSN_H 0004 #define __CSKY_KERNEL_KPROBES_DECODE_INSN_H 0005 0006 #include <asm/sections.h> 0007 #include <asm/kprobes.h> 0008 0009 enum probe_insn { 0010 INSN_REJECTED, 0011 INSN_GOOD_NO_SLOT, 0012 INSN_GOOD, 0013 }; 0014 0015 #define is_insn32(insn) ((insn & 0xc000) == 0xc000) 0016 0017 enum probe_insn __kprobes 0018 csky_probe_decode_insn(probe_opcode_t *addr, struct arch_probe_insn *asi); 0019 0020 #endif /* __CSKY_KERNEL_KPROBES_DECODE_INSN_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |