Searched refs:repl_len (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | text-patching.h | 18 …void apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, size_t repl_len);
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | alternative.c | 486 …oid __apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, size_t repl_len) in __apply_relocation() argument 507 if (need_reloc(next + insn.immediate.value, repl, repl_len)) { in __apply_relocation() 531 if (need_reloc(next + insn.displacement.value, repl, repl_len)) { in __apply_relocation() 540 void apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, size_t repl_len) in apply_relocation() argument 542 __apply_relocation(buf, instr, instrlen, repl, repl_len); in apply_relocation()
|