Searched defs:kernStackMax (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_thread_i386.c234 uint64_t kernStackMax = kernStackMin + KERNEL_STACK_SIZE; local
312 uint64_t kernStackMax = (uint64_t)kernStackMin + KERNEL_STACK_SIZE; local
561 uint32_t kernStackMax = kernStackMin + KERNEL_STACK_SIZE; local
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_thread_ppc.c454 uint64_t kernStackMax = kernStackMin + KERNEL_STACK_SIZE; local
599 uint64_t kernStackMax = kernStackMin + KERNEL_STACK_SIZE; local

Completed in 72 milliseconds