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.c59 #define DUMP_BYTES(type, buf, len, fmt, args...) \ macro
392 DUMP_BYTES(ALT, buf, len, "%px: [%d:%d) optimized NOPs: ", instr, nop, next); in optimize_nops()
659 DUMP_BYTES(ALT, ps->instr, ps->len, "%px: old_insn: ", ps->instr); in prep_patch_site()
660 DUMP_BYTES(ALT, repl, alt->replacementlen, "%px: rpl_insn: ", repl); in prep_patch_site()
661 DUMP_BYTES(ALT, ps->buff, ps->len, "%px: final_insn: ", ps->instr); in prep_patch_site()
1019 DUMP_BYTES(RETPOLINE, ((u8*)addr), len, "%px: orig: ", addr); in apply_retpolines()
1020 DUMP_BYTES(RETPOLINE, ((u8*)bytes), len, "%px: repl: ", addr); in apply_retpolines()
1106 DUMP_BYTES(RET, ((u8*)addr), len, "%px: orig: ", addr); in apply_returns()
1107 DUMP_BYTES(RET, ((u8*)bytes), len, "%px: repl: ", addr); in apply_returns()
1165 DUMP_BYTES(ENDBR, ((u8*)addr), 4, "%px: orig: ", addr); in poison_endbr()
[all …]