Home
last modified time | relevance | path

Searched refs:in_exception_text (Results 1 – 6 of 6) sorted by relevance

/arch/arm/include/asm/
Dtraps.h31 static inline int in_exception_text(unsigned long ptr) in in_exception_text() function
/arch/arm64/include/asm/
Dtraps.h52 static inline int in_exception_text(unsigned long ptr) in in_exception_text() function
/arch/arm/kernel/
Dstacktrace.c99 if (!in_exception_text(addr)) in save_trace()
Dtraps.c76 if (in_exception_text(where)) in dump_backtrace_entry()
/arch/arm64/kernel/probes/
Dkprobes.c103 if (in_exception_text(probe_addr)) in arch_prepare_kprobe()
/arch/arm/probes/kprobes/
Dcore.c67 if (in_exception_text(addr)) in arch_prepare_kprobe()