Searched refs:debugger_stack (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu.c217 void *debugger_stack = NULL; local
226 if ((debugger_stack = kalloc(KERNEL_STACK_SIZE)) == 0) {
242 proc_info->debstackptr = (vm_offset_t)debugger_stack + KERNEL_STACK_SIZE - FM_SIZE;

Completed in 63 milliseconds