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

/linux-master/arch/openrisc/kernel/
H A Dunwinder.c34 (!kstack_end(frameinfo->fp) &&
67 while (!kstack_end(stack)) {
98 while (!kstack_end(stack)) {
/linux-master/arch/mips/kernel/
H A Dperf_event.c32 while (!kstack_end(sp)) {
H A Dstacktrace.c23 while (!kstack_end(sp)) {
H A Dtraps.c130 while (!kstack_end(sp)) {
/linux-master/arch/um/kernel/
H A Dsysrq.c47 if (kstack_end(stack))
/linux-master/include/linux/sched/
H A Dtask_stack.h120 static inline int kstack_end(void *addr) function
/linux-master/arch/csky/kernel/
H A Dperf_callchain.c21 if (kstack_end((void *)frame->fp) || frame->fp & 0x3)
H A Dstacktrace.c82 while (!kstack_end(ksp)) {
/linux-master/arch/sh/kernel/
H A Ddumpstack.c98 while (!kstack_end(sp)) {
/linux-master/arch/riscv/kernel/
H A Dstacktrace.c101 while (!kstack_end(ksp)) {

Completed in 1078 milliseconds