Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dinsn.h104 extern int insn_rip_relative(struct insn *insn);
/arch/x86/lib/
Dinsn.c291 int insn_rip_relative(struct insn *insn) in insn_rip_relative() function
/arch/x86/kernel/
Duprobes.c340 if (!insn_rip_relative(insn)) in riprel_analyze()
/arch/x86/kernel/kprobes/
Dcore.c364 if (insn_rip_relative(insn)) { in __copy_instruction()