Lines Matching refs:text_poke_addr
1044 static __always_inline void *text_poke_addr(struct text_poke_loc *tp) in text_poke_addr() function
1053 if (key < text_poke_addr(tp)) in patch_cmp()
1055 if (key > text_poke_addr(tp)) in patch_cmp()
1100 if (text_poke_addr(tp) != ip) in poke_int3_handler()
1189 tp[i].old = *(u8 *)text_poke_addr(&tp[i]); in text_poke_bp_batch()
1190 text_poke(text_poke_addr(&tp[i]), &int3, INT3_INSN_SIZE); in text_poke_bp_batch()
1204 text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
1206 text_poke(text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
1236 perf_event_text_poke(text_poke_addr(&tp[i]), old, len, in text_poke_bp_batch()
1257 text_poke(text_poke_addr(&tp[i]), tp[i].text, INT3_INSN_SIZE); in text_poke_bp_batch()
1338 if ((unsigned long)text_poke_addr(tp) > (unsigned long)addr) in tp_order_fail()