Home
last modified time | relevance | path

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

/tools/arch/x86/include/asm/
Dinsn.h143 enum insn_mode { enum
151 extern int insn_decode(struct insn *insn, const void *kaddr, int buf_len, enum insn_mode m);
/tools/arch/x86/lib/
Dinsn.c736 int insn_decode(struct insn *insn, const void *kaddr, int buf_len, enum insn_mode m) in insn_decode()
740 #define INSN_MODE_KERN (enum insn_mode)-1 /* __ignore_sync_check__ mode is only valid in the kernel… in insn_decode()