Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dstatic_call.h179 extern int static_call_text_reserved(void *start, void *end);
260 static inline int static_call_text_reserved(void *start, void *end) in static_call_text_reserved() function
334 static inline int static_call_text_reserved(void *start, void *end) in static_call_text_reserved() function
/linux-5.19.10/kernel/
Dstatic_call_inline.c462 int static_call_text_reserved(void *start, void *end) in static_call_text_reserved() function
Dkprobes.c1568 static_call_text_reserved(p->addr, p->addr) || in check_kprobe_address_safe()
/linux-5.19.10/arch/x86/kernel/kprobes/
Dopt.c221 static_call_text_reserved(src, src + len - 1)) in copy_optimized_instructions()