Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dalternative.c1089 typedef void text_poke_f(void *dst, const void *src, size_t len); typedef
1091 static void *__text_poke(text_poke_f func, void *addr, const void *src, size_t len) in __text_poke()