Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A Dalternative.c1543 static void *__text_poke(text_poke_f func, void *addr, const void *src, size_t len) in __text_poke() function
1669 return __text_poke(text_poke_memcpy, addr, opcode, len); in text_poke()
1688 return __text_poke(text_poke_memcpy, addr, opcode, len); in text_poke_kgdb()
1706 __text_poke(text_poke_memcpy, (void *)ptr, opcode + patched, s); in text_poke_copy_locked()
1756 __text_poke(text_poke_memset, (void *)ptr, (void *)&c, s); in text_poke_set()

Completed in 6 milliseconds