Lines Matching defs:high
930 // allocated (MAP_FIXED) from high address space. Every thread stack
1334 address low, high;
1336 if (fscanf(fp, "%p-%p", &low, &high) == 2) {
1337 if (low <= addr && addr < high) {
1339 if (vma_high) *vma_high = high;
1524 address low, high;
1525 if (find_vma((address)stack_start, &low, &high)) {
1526 // success, "high" is the true stack top. (ignore "low", because initial
1527 // thread stack grows on demand, its real bottom is high - RLIMIT_STACK.)
1528 stack_top = (uintptr_t)high;
3747 /* Using Mach high-level priority assignments */