Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dalternative.c2765 struct text_poke_loc { struct
2777 struct text_poke_loc *vec; argument
2810 struct text_poke_loc *tp = (struct text_poke_loc *) elt; in patch_cmp()
2822 struct text_poke_loc *tp; in poke_int3_handler()
2853 sizeof(struct text_poke_loc), in poke_int3_handler()
2901 #define TP_VEC_MAX (PAGE_SIZE / sizeof(struct text_poke_loc))
2902 static struct text_poke_loc tp_vec[TP_VEC_MAX];
3059 static void text_poke_loc_init(struct text_poke_loc *tp, void *addr, in text_poke_loc_init()
3140 struct text_poke_loc *tp; in tp_order_fail()
3170 struct text_poke_loc *tp; in text_poke_queue()
[all …]