Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/lkdtm/
H A Dstackleak.c31 const unsigned long task_stack_low = stackleak_task_low_bound(current); in check_stackleak_irqoff() local
45 if (current_sp < task_stack_low || current_sp >= task_stack_high) { in check_stackleak_irqoff()
48 current_sp, task_stack_low, task_stack_high - 1); in check_stackleak_irqoff()
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()
77 poison_high = stackleak_find_top_of_poison(task_stack_low, untracked_high); in check_stackleak_irqoff()
85 while (poison_low > task_stack_low) { in check_stackleak_irqoff()
112 poison_high - task_stack_low, in check_stackleak_irqoff()
113 task_stack_low - task_stack_base); in check_stackleak_irqoff()
/openbmc/linux/kernel/
H A Dstackleak.c87 const unsigned long task_stack_low = stackleak_task_low_bound(current); in __stackleak_erase() local
91 erase_low = stackleak_find_top_of_poison(task_stack_low, in __stackleak_erase()