Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dpatching.c105 typedef void text_poke_f(void *dst, void *src, size_t patched, size_t len); typedef
107 static void *__text_poke(text_poke_f func, void *addr, void *src, size_t len) in __text_poke()
/linux/arch/x86/kernel/
H A Dalternative.c2532 typedef void text_poke_f(void *dst, const void *src, size_t len); typedef
2534 static void *__text_poke(text_poke_f func, void *addr, const void *src, size_t len) in __text_poke()