Searched refs:RET_INSN_OPCODE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | static_call.c | 21 static const u8 retinsn[] = { RET_INSN_OPCODE, 0xcc, 0xcc, 0xcc, 0xcc }; 65 opcode == RET_INSN_OPCODE) in __static_call_validate() 145 if (op == RET_INSN_OPCODE || dest == &__x86_return_thunk) in __static_call_fixup()
|
H A D | alternative.c | 697 bytes[i++] = RET_INSN_OPCODE; in patch_return() 1437 case RET_INSN_OPCODE: in poke_int3_handler() 1613 case RET_INSN_OPCODE: in text_poke_loc_init() 1631 case RET_INSN_OPCODE: in text_poke_loc_init()
|
H A D | ftrace.c | 332 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE }; in create_trampoline()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | static_call.c | 27 static const u8 retinsn[] = { RET_INSN_OPCODE, 0xcc, 0xcc, 0xcc, 0xcc }; 125 opcode == RET_INSN_OPCODE || in __static_call_validate() 208 if (op == RET_INSN_OPCODE || dest == &__x86_return_thunk) in __static_call_fixup()
|
H A D | alternative.c | 734 bytes[i++] = RET_INSN_OPCODE; in patch_return() 2132 case RET_INSN_OPCODE: in poke_int3_handler() 2345 case RET_INSN_OPCODE: in text_poke_loc_init() 2362 case RET_INSN_OPCODE: in text_poke_loc_init()
|
H A D | ftrace.c | 328 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE }; in create_trampoline()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | text-patching.h | 57 #define RET_INSN_OPCODE 0xC3 macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | text-patching.h | 60 #define RET_INSN_OPCODE 0xC3 macro
|
Completed in 9 milliseconds