Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/
Dalternative.c1775 static void text_poke_memcpy(void *dst, const void *src, size_t len) in text_poke_memcpy() function
1882 if (func == text_poke_memcpy) { in __text_poke()
1915 return __text_poke(text_poke_memcpy, addr, opcode, len); in text_poke()
1934 return __text_poke(text_poke_memcpy, addr, opcode, len); in text_poke_kgdb()
1952 __text_poke(text_poke_memcpy, (void *)ptr, opcode + patched, s); in text_poke_copy_locked()