Lines Matching refs:text_poke_addr
2052 static __always_inline void *text_poke_addr(struct text_poke_loc *tp) in text_poke_addr() function
2061 if (key < text_poke_addr(tp)) in patch_cmp()
2063 if (key > text_poke_addr(tp)) in patch_cmp()
2108 if (text_poke_addr(tp) != ip) in poke_int3_handler()
2212 tp[i].old = *(u8 *)text_poke_addr(&tp[i]); in text_poke_bp_batch()
2213 text_poke(text_poke_addr(&tp[i]), &int3, INT3_INSN_SIZE); in text_poke_bp_batch()
2229 text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
2238 text_poke(text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
2269 perf_event_text_poke(text_poke_addr(&tp[i]), old, len, new, len); in text_poke_bp_batch()
2294 text_poke(text_poke_addr(&tp[i]), &byte, INT3_INSN_SIZE); in text_poke_bp_batch()
2398 if ((unsigned long)text_poke_addr(tp) > (unsigned long)addr) in tp_order_fail()