Searched refs:text_poke_apply_relocation (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | callthunks.c | 187 text_poke_apply_relocation(insn_buff, pad, tsize, skl_call_thunk_template, tsize); in patch_dest() 296 text_poke_apply_relocation(insn_buff, pad, tmpl_size, skl_call_thunk_template, tmpl_size); in is_callthunk() 314 text_poke_apply_relocation(insn_buff, ip, tmpl_size, skl_call_thunk_template, tmpl_size); in x86_call_depth_emit_accounting()
|
| H A D | alternative.c | 521 void text_poke_apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, size_t … in text_poke_apply_relocation() function
|
| /linux/arch/x86/include/asm/ |
| H A D | text-patching.h | 18 extern void text_poke_apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, …
|