Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dalternative.c53 #define DUMP_BYTES(type, buf, len, fmt, args...) \ macro
386 DUMP_BYTES(ALT, buf, len, "%px: [%d:%d) optimized NOPs: ", instr, nop, next); in optimize_nops()
653 DUMP_BYTES(ALT, ps->instr, ps->len, "%px: old_insn: ", ps->instr); in prep_patch_site()
654 DUMP_BYTES(ALT, repl, alt->replacementlen, "%px: rpl_insn: ", repl); in prep_patch_site()
655 DUMP_BYTES(ALT, ps->buff, ps->len, "%px: final_insn: ", ps->instr); in prep_patch_site()
1013 DUMP_BYTES(RETPOLINE, ((u8*)addr), len, "%px: orig: ", addr); in apply_retpolines()
1014 DUMP_BYTES(RETPOLINE, ((u8*)bytes), len, "%px: repl: ", addr); in apply_retpolines()
1100 DUMP_BYTES(RET, ((u8*)addr), len, "%px: orig: ", addr); in apply_returns()
1101 DUMP_BYTES(RET, ((u8*)bytes), len, "%px: repl: ", addr); in apply_returns()
1159 DUMP_BYTES(ENDBR, ((u8*)addr), 4, "%px: orig: ", addr); in poison_endbr()
[all …]