Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dpatching.c107 static void *__text_poke(text_poke_f func, void *addr, void *src, size_t len) in __text_poke() function
/linux/arch/x86/kernel/
H A Dalternative.c2426 static void *__text_poke(text_poke_f func, void *addr, const void *src, size_t len) in __text_poke() function