Home
last modified time | relevance | path

Searched refs:kstack_is_trap_frame (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/kernel/
H A Dkstack.h37 static inline bool kstack_is_trap_frame(struct thread_info *tp, struct pt_regs *regs) in kstack_is_trap_frame() function
H A Dstacktrace.c45 if (kstack_is_trap_frame(tp, regs)) { in __save_stack_trace()
H A Dperf_event.c1762 if (kstack_is_trap_frame(current_thread_info(), regs)) { in perf_callchain_kernel()