Searched refs:lowest_stack (Results 1 - 5 of 5) sorted by last modified time

/linux-master/kernel/
H A Dstackleak.c91 current->lowest_stack);
117 /* Reset the 'lowest_stack' value for the next syscall */
118 current->lowest_stack = task_stack_high;
169 /* 'lowest_stack' should be aligned on the register width boundary */
171 if (sp < current->lowest_stack &&
173 current->lowest_stack = sp;
/linux-master/include/linux/
H A Dsched.h1511 unsigned long lowest_stack; member in struct:task_struct
H A Dstackleak.h74 t->lowest_stack = stackleak_task_low_bound(t);
76 t->prev_lowest_stack = t->lowest_stack;
/linux-master/fs/proc/
H A Dbase.c3234 (task->lowest_stack & (THREAD_SIZE - 1));
/linux-master/drivers/misc/lkdtm/
H A Dstackleak.c34 const unsigned long lowest_sp = current->lowest_stack;
54 pr_err("FAIL: current->lowest_stack (0x%lx) outside of task stack bounds [0x%lx..0x%lx]\n",

Completed in 169 milliseconds