Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dstatic_call.h149 extern int static_call_text_reserved(void *start, void *end);
217 static inline int static_call_text_reserved(void *start, void *end) in static_call_text_reserved() function
285 static inline int static_call_text_reserved(void *start, void *end) in static_call_text_reserved() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dopt.c219 static_call_text_reserved(src, src + len - 1)) in copy_optimized_instructions()
/OK3568_Linux_fs/kernel/kernel/
H A Dstatic_call.c462 int static_call_text_reserved(void *start, void *end) in static_call_text_reserved() function
H A Dkprobes.c1648 static_call_text_reserved(p->addr, p->addr) || in check_kprobe_address_safe()