Home
last modified time | relevance | path

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

/arch/x86/lib/
Dinat.c13 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute() function
22 lpfx_attr = inat_get_opcode_attribute(last_pfx); in inat_get_last_prefix_id()
Dinsn.c123 attr = inat_get_opcode_attribute(b); in insn_get_prefixes()
148 attr = inat_get_opcode_attribute(b); in insn_get_prefixes()
165 attr = inat_get_opcode_attribute(b); in insn_get_prefixes()
179 attr = inat_get_opcode_attribute(b); in insn_get_prefixes()
284 insn->attr = inat_get_opcode_attribute(op); in insn_get_opcode()
Dinsn-eval.c105 attr = inat_get_opcode_attribute(p); in get_seg_reg_override_idx()
/arch/x86/include/asm/
Dinat.h97 extern insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode);
/arch/x86/kernel/
Duprobes.c264 attr = inat_get_opcode_attribute(p); in is_prefix_bad()
/arch/x86/kernel/kprobes/
Dcore.c160 attr = inat_get_opcode_attribute(prefix); in can_boost()