Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/lkdtm/
Dstackleak.c32 const unsigned long task_stack_high = stackleak_task_high_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()
107 task_stack_base + THREAD_SIZE - task_stack_high, in check_stackleak_irqoff()
108 task_stack_high - current_sp, in check_stackleak_irqoff()
109 task_stack_high - lowest_sp, in check_stackleak_irqoff()
110 task_stack_high - untracked_high, in check_stackleak_irqoff()
/linux-6.12.1/kernel/
Dstackleak.c87 const unsigned long task_stack_high = stackleak_task_high_bound(current); in __stackleak_erase() local
113 erase_high = task_stack_high; in __stackleak_erase()
118 current->lowest_stack = task_stack_high; in __stackleak_erase()