Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dalternative.c80 #define DUMP_BYTES(type, buf, len, fmt, args...) \ macro
411 DUMP_BYTES(ALT, buf, len, "%px: [%d:%d) optimized NOPs: ", instr, nop, next); in optimize_nops()
698 DUMP_BYTES(ALT, instr, a->instrlen, "%px: old_insn: ", instr); in apply_alternatives()
699 DUMP_BYTES(ALT, replacement, a->replacementlen, "%px: rpl_insn: ", replacement); in apply_alternatives()
700 DUMP_BYTES(ALT, insn_buff, insn_buff_sz, "%px: final_insn: ", instr); in apply_alternatives()
996 DUMP_BYTES(RETPOLINE, ((u8*)addr), len, "%px: orig: ", addr); in apply_retpolines()
997 DUMP_BYTES(RETPOLINE, ((u8*)bytes), len, "%px: repl: ", addr); in apply_retpolines()
1083 DUMP_BYTES(RET, ((u8*)addr), len, "%px: orig: ", addr); in apply_returns()
1084 DUMP_BYTES(RET, ((u8*)bytes), len, "%px: repl: ", addr); in apply_returns()
1142 DUMP_BYTES(ENDBR, ((u8*)addr), 4, "%px: orig: ", addr); in poison_endbr()
[all …]