Home
last modified time | relevance | path

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

/linux-5.19.10/tools/arch/x86/lib/
Dinsn.c262 int insn_get_opcode(struct insn *insn) in insn_get_opcode() function
343 ret = insn_get_opcode(insn); in insn_get_modrm()
/linux-5.19.10/arch/x86/lib/
Dinsn.c262 int insn_get_opcode(struct insn *insn) in insn_get_opcode() function
343 ret = insn_get_opcode(insn); in insn_get_modrm()
Dinsn-eval.c1450 if (insn_get_opcode(insn)) in insn_get_addr_ref()
1606 if (insn_get_opcode(insn)) in insn_decode_mmio()
/linux-5.19.10/tools/arch/x86/include/asm/
Dinsn.h136 extern int insn_get_opcode(struct insn *insn);
/linux-5.19.10/arch/x86/include/asm/
Dinsn.h136 extern int insn_get_opcode(struct insn *insn);
/linux-5.19.10/arch/x86/events/intel/
Dlbr.c1234 if (insn_get_opcode(&insn)) in branch_type()