Lines Matching refs:text_poke_loc
2093 struct text_poke_loc { struct
2105 struct text_poke_loc *vec; argument
2131 static __always_inline void *text_poke_addr(struct text_poke_loc *tp) in text_poke_addr()
2138 struct text_poke_loc *tp = (struct text_poke_loc *) elt; in patch_cmp()
2150 struct text_poke_loc *tp; in poke_int3_handler()
2181 sizeof(struct text_poke_loc), in poke_int3_handler()
2229 #define TP_VEC_MAX (PAGE_SIZE / sizeof(struct text_poke_loc))
2230 static struct text_poke_loc tp_vec[TP_VEC_MAX];
2254 static void text_poke_bp_batch(struct text_poke_loc *tp, unsigned int nr_entries) in text_poke_bp_batch()
2387 static void text_poke_loc_init(struct text_poke_loc *tp, void *addr, in text_poke_loc_init()
2468 struct text_poke_loc *tp; in tp_order_fail()
2498 struct text_poke_loc *tp; in text_poke_queue()
2519 struct text_poke_loc tp; in text_poke_bp()