Searched refs:proc0kstack (Results 1 – 4 of 4) sorted by relevance
49 extern vm_offset_t proc0kstack;
133 movl proc0kstack,%eax /* location of in-kernel stack */
356 vm_offset_t proc0kstack; variable1390 thread0.td_kstack = proc0kstack; in init386()
455 * proc0kstack, to control stack overflow for thread0 and in __CONCAT() 460 proc0kstack = allocpages(TD0_KSTACK_PAGES, &physfree); in __CONCAT() 511 /* Map proc0kstack */ in __CONCAT() 512 pmap_cold_mapident(proc0kstack, TD0_KSTACK_PAGES); in __CONCAT()