Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dcallthunks.c188 apply_relocation(insn_buff, pad, tsize, skl_call_thunk_template, tsize); in patch_dest()
310 apply_relocation(insn_buff, pad, tmpl_size, skl_call_thunk_template, tmpl_size); in is_callthunk()
328 apply_relocation(insn_buff, ip, tmpl_size, skl_call_thunk_template, tmpl_size); in x86_call_depth_emit_accounting()
H A Dalternative.c372 void apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, size_t repl_len) in apply_relocation() function
528 apply_relocation(insn_buff, instr, a->instrlen, replacement, a->replacementlen); in apply_alternatives()
/linux/arch/x86/include/asm/
H A Dtext-patching.h18 extern void apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, size_t rep…