Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dstatic_call.h181 extern int static_call_text_reserved(void *start, void *end);
262 static inline int static_call_text_reserved(void *start, void *end) in static_call_text_reserved() function
336 static inline int static_call_text_reserved(void *start, void *end) in static_call_text_reserved() function
/openbmc/linux/arch/x86/kernel/kprobes/
H A Dopt.c222 static_call_text_reserved(src, src + len - 1)) in copy_optimized_instructions()
/openbmc/linux/kernel/
H A Dstatic_call_inline.c473 int static_call_text_reserved(void *start, void *end) in static_call_text_reserved() function
H A Dkprobes.c1589 static_call_text_reserved(p->addr, p->addr) || in check_kprobe_address_safe()