Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/lib/
H A 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()
H A 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()
H A Dinsn-eval.c105 attr = inat_get_opcode_attribute(p); in get_seg_reg_override_idx()
/OK3568_Linux_fs/kernel/tools/arch/x86/lib/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dcore.c142 attr = inat_get_opcode_attribute((insn_byte_t)*insn); in skip_prefixes()
145 attr = inat_get_opcode_attribute((insn_byte_t)*insn); in skip_prefixes()
179 attr = inat_get_opcode_attribute(prefix); in can_boost()
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dinat.h97 extern insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode);
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dinat.h97 extern insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Duprobes.c264 attr = inat_get_opcode_attribute(p); in is_prefix_bad()