Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dinsn.h186 static inline int insn_offset_vex_prefix(struct insn *insn) in insn_offset_vex_prefix() function
192 return insn_offset_vex_prefix(insn) + insn->vex_prefix.nbytes; in insn_offset_opcode()
/Linux-v4.19/tools/objtool/arch/x86/include/asm/
Dinsn.h186 static inline int insn_offset_vex_prefix(struct insn *insn) in insn_offset_vex_prefix() function
192 return insn_offset_vex_prefix(insn) + insn->vex_prefix.nbytes; in insn_offset_opcode()
/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dinsn.h186 static inline int insn_offset_vex_prefix(struct insn *insn) in insn_offset_vex_prefix() function
192 return insn_offset_vex_prefix(insn) + insn->vex_prefix.nbytes; in insn_offset_opcode()
/Linux-v4.19/arch/x86/kernel/
Duprobes.c381 cursor = auprobe->insn + insn_offset_vex_prefix(insn) + 1; in riprel_analyze()