Home
last modified time | relevance | path

Searched refs:kstack_end (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/openrisc/kernel/
H A Dunwinder.c34 (!kstack_end(frameinfo->fp) && in or1k_frameinfo_valid()
67 while (!kstack_end(stack)) { in unwind_stack()
98 while (!kstack_end(stack)) { in unwind_stack()
/openbmc/linux/arch/um/kernel/
H A Dsysrq.c47 if (kstack_end(stack)) in show_stack()
/openbmc/linux/arch/mips/kernel/
H A Dperf_event.c32 while (!kstack_end(sp)) { in save_raw_perf_callchain()
H A Dstacktrace.c23 while (!kstack_end(sp)) { in save_raw_context_stack()
H A Dtraps.c129 while (!kstack_end(sp)) { in show_raw_backtrace()
/openbmc/linux/include/linux/sched/
H A Dtask_stack.h119 static inline int kstack_end(void *addr) in kstack_end() function
/openbmc/linux/arch/csky/kernel/
H A Dperf_callchain.c21 if (kstack_end((void *)frame->fp) || frame->fp & 0x3) in unwind_frame_kernel()
H A Dstacktrace.c82 while (!kstack_end(ksp)) { in walk_stackframe()
/openbmc/linux/arch/sh/kernel/
H A Ddumpstack.c98 while (!kstack_end(sp)) { in stack_reader_dump()
/openbmc/linux/arch/riscv/kernel/
H A Dstacktrace.c110 while (!kstack_end(ksp)) { in walk_stackframe()