Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/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()
241 insn->attr = inat_get_opcode_attribute(op); in insn_get_opcode()
/Linux-v4.19/tools/perf/util/intel-pt-decoder/
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()
241 insn->attr = inat_get_opcode_attribute(op); in insn_get_opcode()
Dinat.h111 extern insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode);
/Linux-v4.19/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()
241 insn->attr = inat_get_opcode_attribute(op); in insn_get_opcode()
Dinsn-eval.c80 attr = inat_get_opcode_attribute(insn->prefixes.bytes[i]); in get_seg_reg_override_idx()
/Linux-v4.19/arch/x86/include/asm/
Dinat.h111 extern insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode);
/Linux-v4.19/tools/objtool/arch/x86/include/asm/
Dinat.h111 extern insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode);
/Linux-v4.19/arch/x86/kernel/kprobes/
Dcore.c153 attr = inat_get_opcode_attribute((insn_byte_t)*insn); in skip_prefixes()
156 attr = inat_get_opcode_attribute((insn_byte_t)*insn); in skip_prefixes()
/Linux-v4.19/arch/x86/kernel/
Duprobes.c276 attr = inat_get_opcode_attribute(insn->prefixes.bytes[i]); in is_prefix_bad()