Searched refs:text_poke_loc (Results 1 – 3 of 3) sorted by relevance
104 #define TP_VEC_MAX (PAGE_SIZE / sizeof(struct text_poke_loc))105 static struct text_poke_loc tp_vec[TP_VEC_MAX];111 struct text_poke_loc *tp; in arch_jump_label_transform_queue()143 struct text_poke_loc *prev_tp = &tp_vec[prev]; in arch_jump_label_transform_queue()
940 struct text_poke_loc *vec;946 struct text_poke_loc *tp = (struct text_poke_loc *) elt; in patch_cmp()958 struct text_poke_loc *tp; in poke_int3_handler()990 sizeof(struct text_poke_loc), in poke_int3_handler()1028 void text_poke_bp_batch(struct text_poke_loc *tp, unsigned int nr_entries) in text_poke_bp_batch()1103 struct text_poke_loc tp = { in text_poke_bp()
28 struct text_poke_loc { struct55 extern void text_poke_bp_batch(struct text_poke_loc *tp, unsigned int nr_entries); argument