Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dtext-patching.h48 extern void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, bool core_ok);
/linux-6.6.21/arch/x86/kernel/
Dalternative.c1938 bool core_ok) in text_poke_copy_locked() argument
1943 if (WARN_ON_ONCE(!core_ok && core_kernel_text(start))) in text_poke_copy_locked()