Home
last modified time | relevance | path

Searched refs:inat_get_opcode_attribute (Results 1 – 4 of 4) sorted by relevance

/arch/x86/lib/
Dinat.c27 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute() function
36 lpfx_attr = inat_get_opcode_attribute(last_pfx); in inat_get_last_prefix_id()
Dinsn.c95 attr = inat_get_opcode_attribute(b); in insn_get_prefixes()
120 attr = inat_get_opcode_attribute(b); in insn_get_prefixes()
137 attr = inat_get_opcode_attribute(b); in insn_get_prefixes()
151 attr = inat_get_opcode_attribute(b); in insn_get_prefixes()
229 insn->attr = inat_get_opcode_attribute(op); in insn_get_opcode()
/arch/x86/include/asm/
Dinat.h99 extern insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode);
/arch/x86/kernel/kprobes/
Dcore.c151 attr = inat_get_opcode_attribute((insn_byte_t)*insn); in skip_prefixes()
154 attr = inat_get_opcode_attribute((insn_byte_t)*insn); in skip_prefixes()