Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dalternative.h89 extern int alternatives_text_reserved(void *start, void *end);
97 static inline int alternatives_text_reserved(void *start, void *end) in alternatives_text_reserved() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dopt.c217 alternatives_text_reserved(src, src + len - 1) || in copy_optimized_instructions()
H A Dcore.c496 if (alternatives_text_reserved(p->addr, p->addr)) in arch_prepare_kprobe()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dalternative.c869 int alternatives_text_reserved(void *start, void *end) in alternatives_text_reserved() function