Searched refs:boundary (Results 1 – 3 of 3) sorted by relevance
55 unsigned long boundary = (unsigned long)end_of_stack(current); in stackleak_erase() local63 if (unlikely(kstack_ptr - boundary >= THREAD_SIZE)) in stackleak_erase()64 kstack_ptr = boundary; in stackleak_erase()67 while (kstack_ptr > boundary && poison_count <= depth) { in stackleak_erase()80 if (kstack_ptr == boundary) in stackleak_erase()93 boundary = current_stack_pointer; in stackleak_erase()95 boundary = current_top_of_stack(); in stackleak_erase()97 while (kstack_ptr < boundary) { in stackleak_erase()
1165 u64 start, end, boundary = dma_get_seg_boundary(dev); in check_sg_segment() local1181 if ((start ^ end) & ~boundary) in check_sg_segment()1183 start, end, boundary); in check_sg_segment()
231 appropriate segment length/boundary limits for the given device when