Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dtext-patching.h39 extern void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, bool core_ok);
/linux-6.15/arch/x86/kernel/
H A Dalternative.c2679 bool core_ok) in text_poke_copy_locked() argument
2684 if (WARN_ON_ONCE(!core_ok && core_kernel_text(start))) in text_poke_copy_locked()