Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/lkdtm/
H A Dstackleak.c34 const unsigned long lowest_sp = current->lowest_stack; in check_stackleak_irqoff() local
52 if (lowest_sp < task_stack_low || lowest_sp >= task_stack_high) { in check_stackleak_irqoff()
55 lowest_sp, task_stack_low, task_stack_high - 1); in check_stackleak_irqoff()
71 untracked_high = min(current_sp, lowest_sp); in check_stackleak_irqoff()
109 task_stack_high - lowest_sp, in check_stackleak_irqoff()