Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dtext-patching.h28 struct text_poke_loc { struct
29 void *detour;
30 void *addr;
31 size_t len;
55 extern void text_poke_bp_batch(struct text_poke_loc *tp, unsigned int nr_entries); argument