Searched refs:repl_len (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | text-patching.h | 18 …poke_apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, size_t repl_len);
|
| /linux/arch/x86/kernel/ |
| H A D | alternative.c | 467 …oid __apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, size_t repl_len) in __apply_relocation() argument 488 if (need_reloc(next + insn.immediate.value, repl, repl_len)) { in __apply_relocation() 512 if (need_reloc(next + insn.displacement.value, repl, repl_len)) { in __apply_relocation() 521 …_poke_apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, size_t repl_len) in text_poke_apply_relocation() argument 523 __apply_relocation(buf, instr, instrlen, repl, repl_len); in text_poke_apply_relocation()
|