Lines Matching refs:text_poke_addr
1352 static __always_inline void *text_poke_addr(struct text_poke_loc *tp) in text_poke_addr() function
1361 if (key < text_poke_addr(tp)) in patch_cmp()
1363 if (key > text_poke_addr(tp)) in patch_cmp()
1408 if (text_poke_addr(tp) != ip) in poke_int3_handler()
1498 tp[i].old = *(u8 *)text_poke_addr(&tp[i]); in text_poke_bp_batch()
1499 text_poke(text_poke_addr(&tp[i]), &int3, INT3_INSN_SIZE); in text_poke_bp_batch()
1513 text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
1515 text_poke(text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
1545 perf_event_text_poke(text_poke_addr(&tp[i]), old, len, in text_poke_bp_batch()
1566 text_poke(text_poke_addr(&tp[i]), tp[i].text, INT3_INSN_SIZE); in text_poke_bp_batch()
1661 if ((unsigned long)text_poke_addr(tp) > (unsigned long)addr) in tp_order_fail()