Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/
Dalternative.c2024 struct text_poke_loc { struct
2036 struct text_poke_loc *vec; argument
2062 static __always_inline void *text_poke_addr(struct text_poke_loc *tp) in text_poke_addr()
2069 struct text_poke_loc *tp = (struct text_poke_loc *) elt; in patch_cmp()
2081 struct text_poke_loc *tp; in poke_int3_handler()
2112 sizeof(struct text_poke_loc), in poke_int3_handler()
2160 #define TP_VEC_MAX (PAGE_SIZE / sizeof(struct text_poke_loc))
2161 static struct text_poke_loc tp_vec[TP_VEC_MAX];
2185 static void text_poke_bp_batch(struct text_poke_loc *tp, unsigned int nr_entries) in text_poke_bp_batch()
2318 static void text_poke_loc_init(struct text_poke_loc *tp, void *addr, in text_poke_loc_init()
[all …]