Searched refs:lowest_stack (Results 1 – 4 of 4) sorted by relevance
92 current->lowest_stack); in __stackleak_erase() 118 /* Reset the 'lowest_stack' value for the next syscall */ in __stackleak_erase() 119 current->lowest_stack = task_stack_high; in __stackleak_erase() 170 /* 'lowest_stack' should be aligned on the register width boundary */ in __sanitizer_cov_stack_depth() 172 if (sp < current->lowest_stack && in __sanitizer_cov_stack_depth() 174 current->lowest_stack = sp; in __sanitizer_cov_stack_depth()
74 t->lowest_stack = stackleak_task_low_bound(t); in stackleak_task_init() 76 t->prev_lowest_stack = t->lowest_stack; in stackleak_task_init()
34 const unsigned long lowest_sp = current->lowest_stack; in check_stackleak_irqoff() 54 pr_err("FAIL: current->lowest_stack (0x%lx) outside of task stack bounds [0x%lx..0x%lx]\n", in check_stackleak_irqoff()
3300 (task->lowest_stack & (THREAD_SIZE - 1)); in proc_stack_depth()