Home
last modified time | relevance | path

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

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