text_poke_loc 55 arch/x86/include/asm/text-patching.h extern void text_poke_bp_batch(struct text_poke_loc *tp, unsigned int nr_entries); text_poke_loc 940 arch/x86/kernel/alternative.c struct text_poke_loc *vec; text_poke_loc 946 arch/x86/kernel/alternative.c struct text_poke_loc *tp = (struct text_poke_loc *) elt; text_poke_loc 958 arch/x86/kernel/alternative.c struct text_poke_loc *tp; text_poke_loc 990 arch/x86/kernel/alternative.c sizeof(struct text_poke_loc), text_poke_loc 1028 arch/x86/kernel/alternative.c void text_poke_bp_batch(struct text_poke_loc *tp, unsigned int nr_entries) text_poke_loc 1103 arch/x86/kernel/alternative.c struct text_poke_loc tp = { text_poke_loc 104 arch/x86/kernel/jump_label.c #define TP_VEC_MAX (PAGE_SIZE / sizeof(struct text_poke_loc)) text_poke_loc 105 arch/x86/kernel/jump_label.c static struct text_poke_loc tp_vec[TP_VEC_MAX]; text_poke_loc 111 arch/x86/kernel/jump_label.c struct text_poke_loc *tp; text_poke_loc 143 arch/x86/kernel/jump_label.c struct text_poke_loc *prev_tp = &tp_vec[prev];