Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/lkdtm/
Dstackleak.c34 const unsigned long lowest_sp = current->lowest_stack; in check_stackleak_irqoff() local
51 if (lowest_sp < task_stack_low || lowest_sp >= task_stack_high) { in check_stackleak_irqoff()
53 lowest_sp, task_stack_low, task_stack_high - 1); in check_stackleak_irqoff()
69 untracked_high = min(current_sp, lowest_sp); in check_stackleak_irqoff()
104 task_stack_high - lowest_sp, in check_stackleak_irqoff()