Searched refs:lowest_sp (Results 1 – 2 of 2) sorted by relevance
150 static int highest_sp = 0, lowest_sp = 0xffffff; variable158 if (lowest_sp < highest_sp) in stack_heap_stats()159 printf ("stack: %08x - %08x (%d bytes)\n", lowest_sp, highest_sp, in stack_heap_stats()160 highest_sp - lowest_sp); in stack_heap_stats()243 if (v < lowest_sp) in put_reg()244 lowest_sp = v; in put_reg()
221 static int highest_sp = 0, lowest_sp = 0xffffff; variable228 printf ("stack: %08x - %08x (%d bytes)\n", lowest_sp, highest_sp, in stack_heap_stats()229 highest_sp - lowest_sp); in stack_heap_stats()318 if (*spp < lowest_sp) in put_reg()319 lowest_sp = *spp; in put_reg()