Searched refs:text_poke_addr (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | alternative.c | 2692 static __always_inline void *text_poke_addr(const struct smp_text_poke_loc *tpl) in text_poke_addr() function 2699 if (tpl_a < text_poke_addr(tpl_b)) in patch_cmp() 2701 if (tpl_a > text_poke_addr(tpl_b)) in patch_cmp() 2744 if (text_poke_addr(tpl) != ip) in smp_text_poke_int3_handler() 2847 text_poke_array.vec[i].old = *(u8 *)text_poke_addr(&text_poke_array.vec[i]); in smp_text_poke_batch_finish() 2848 text_poke(text_poke_addr(&text_poke_array.vec[i]), &int3, INT3_INSN_SIZE); in smp_text_poke_batch_finish() 2864 text_poke_addr(&text_poke_array.vec[i]) + INT3_INSN_SIZE, in smp_text_poke_batch_finish() 2873 text_poke(text_poke_addr(&text_poke_array.vec[i]) + INT3_INSN_SIZE, in smp_text_poke_batch_finish() 2904 perf_event_text_poke(text_poke_addr(&text_poke_array.vec[i]), old, len, new, len); in smp_text_poke_batch_finish() 2929 text_poke(text_poke_addr(&text_poke_array.vec[i]), &byte, INT3_INSN_SIZE); in smp_text_poke_batch_finish() [all …]
|