Home
last modified time | relevance | path

Searched refs:RET_INSN_OPCODE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtext-patching.h51 #define RET_INSN_OPCODE 0xC3 macro
/linux/arch/x86/kernel/
H A Dftrace.c324 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE }; in create_trampoline()