Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dalternative.h72 extern int alternatives_text_reserved(void *start, void *end);
80 static inline int alternatives_text_reserved(void *start, void *end) in alternatives_text_reserved() function
/linux-4.4.14/arch/x86/kernel/kprobes/
Dopt.c186 alternatives_text_reserved(src, src + len - 1) || in copy_optimized_instructions()
Dcore.c432 if (alternatives_text_reserved(p->addr, p->addr)) in arch_prepare_kprobe()
/linux-4.4.14/arch/x86/kernel/
Dalternative.c558 int alternatives_text_reserved(void *start, void *end) in alternatives_text_reserved() function