Searched refs:lowest_stack (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dstackleak.h74 t->lowest_stack = stackleak_task_low_bound(t);
76 t->prev_lowest_stack = t->lowest_stack;
H A Dsched.h1507 unsigned long lowest_stack; member in struct:task_struct
/linux-master/kernel/
H A Dstackleak.c92 current->lowest_stack);
118 /* Reset the 'lowest_stack' value for the next syscall */
119 current->lowest_stack = task_stack_high;
170 /* 'lowest_stack' should be aligned on the register width boundary */
172 if (sp < current->lowest_stack &&
174 current->lowest_stack = sp;
/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",
/linux-master/fs/proc/
H A Dbase.c3234 (task->lowest_stack & (THREAD_SIZE - 1));

Completed in 299 milliseconds