Lines Matching refs:stack_ptr
78 ULONG *stack_ptr; in _tx_thread_stack_analyze() local
119 stack_ptr = TX_ULONG_POINTER_ADD(stack_lowest, size); in _tx_thread_stack_analyze()
122 if (*stack_ptr != TX_STACK_FILL) in _tx_thread_stack_analyze()
126 stack_highest = stack_ptr; in _tx_thread_stack_analyze()
132 stack_lowest = stack_ptr; in _tx_thread_stack_analyze()
138 while (*stack_ptr == TX_STACK_FILL) in _tx_thread_stack_analyze()
142 stack_ptr = TX_ULONG_POINTER_ADD(stack_ptr, 1); in _tx_thread_stack_analyze()
158 … if (stack_ptr > (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start))) in _tx_thread_stack_analyze()
162 … if (stack_ptr < (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr))) in _tx_thread_stack_analyze()
166 if (*stack_ptr != TX_STACK_FILL) in _tx_thread_stack_analyze()
170 thread_ptr -> tx_thread_stack_highest_ptr = stack_ptr; in _tx_thread_stack_analyze()