Symbol: inat_get_opcode_attribute
arch/x86/include/asm/inat.h
106
extern insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode);
arch/x86/include/asm/insn.h
212
insn_attr_t attr = inat_get_opcode_attribute(insn->vex_prefix.bytes[0]);
arch/x86/kernel/kprobes/core.c
159
attr = inat_get_opcode_attribute(prefix);
arch/x86/kernel/uprobes.c
266
attr = inat_get_opcode_attribute(p);
arch/x86/lib/inat.c
22
lpfx_attr = inat_get_opcode_attribute(last_pfx);
arch/x86/lib/insn-eval.c
103
attr = inat_get_opcode_attribute(p);
arch/x86/lib/insn.c
139
attr = inat_get_opcode_attribute(b);
arch/x86/lib/insn.c
164
attr = inat_get_opcode_attribute(b);
arch/x86/lib/insn.c
181
attr = inat_get_opcode_attribute(b);
arch/x86/lib/insn.c
332
insn_attr_t esc_attr = inat_get_opcode_attribute(0x0f);
arch/x86/lib/insn.c
337
insn->attr = inat_get_opcode_attribute(op);
arch/x86/lib/insn.c
342
insn->attr = inat_get_opcode_attribute(op);
tools/arch/x86/include/asm/inat.h
106
extern insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode);
tools/arch/x86/include/asm/insn.h
212
insn_attr_t attr = inat_get_opcode_attribute(insn->vex_prefix.bytes[0]);
tools/arch/x86/lib/inat.c
22
lpfx_attr = inat_get_opcode_attribute(last_pfx);
tools/arch/x86/lib/insn.c
139
attr = inat_get_opcode_attribute(b);
tools/arch/x86/lib/insn.c
164
attr = inat_get_opcode_attribute(b);
tools/arch/x86/lib/insn.c
181
attr = inat_get_opcode_attribute(b);
tools/arch/x86/lib/insn.c
332
insn_attr_t esc_attr = inat_get_opcode_attribute(0x0f);
tools/arch/x86/lib/insn.c
337
insn->attr = inat_get_opcode_attribute(op);
tools/arch/x86/lib/insn.c
342
insn->attr = inat_get_opcode_attribute(op);