Home
last modified time | relevance | path

Searched refs:text_poke_loc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/x86/kernel/
Djump_label.c104 #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()
Dalternative.c940 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()
/Linux-v5.4/arch/x86/include/asm/
Dtext-patching.h28 struct text_poke_loc { struct
55 extern void text_poke_bp_batch(struct text_poke_loc *tp, unsigned int nr_entries); argument