Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dinsn.h218 static inline int insn_offset_vex_prefix(struct insn *insn) in insn_offset_vex_prefix() function
224 return insn_offset_vex_prefix(insn) + insn->vex_prefix.nbytes; in insn_offset_opcode()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dinsn.h218 static inline int insn_offset_vex_prefix(struct insn *insn) in insn_offset_vex_prefix() function
224 return insn_offset_vex_prefix(insn) + insn->vex_prefix.nbytes; in insn_offset_opcode()
/openbmc/linux/arch/x86/kernel/
H A Duprobes.c369 cursor = auprobe->insn + insn_offset_vex_prefix(insn) + 1; in riprel_analyze()