Searched refs:text_poke_f (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/kernel/ |
| H A D | patching.c | 105 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 D | alternative.c | 2532 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()
|