Searched refs:text_poke_loc (Results 1 – 1 of 1) sorted by relevance
1314 struct text_poke_loc { struct1326 struct text_poke_loc *vec; argument1352 static __always_inline void *text_poke_addr(struct text_poke_loc *tp) in text_poke_addr()1359 struct text_poke_loc *tp = (struct text_poke_loc *) elt; in patch_cmp()1371 struct text_poke_loc *tp; in poke_int3_handler()1402 sizeof(struct text_poke_loc), in poke_int3_handler()1446 #define TP_VEC_MAX (PAGE_SIZE / sizeof(struct text_poke_loc))1447 static struct text_poke_loc tp_vec[TP_VEC_MAX];1471 static void text_poke_bp_batch(struct text_poke_loc *tp, unsigned int nr_entries) in text_poke_bp_batch()1580 static void text_poke_loc_init(struct text_poke_loc *tp, void *addr, in text_poke_loc_init()[all …]