Searched refs:KSTACK_PAGES (Results 1 – 16 of 16) sorted by relevance
111 #ifndef KSTACK_PAGES112 #define KSTACK_PAGES 4 /* Includes pcb! */ macro115 #if KSTACK_PAGES < 4118 #define TD0_KSTACK_PAGES KSTACK_PAGES
54 uint64_t md_upte[KSTACK_PAGES]; /* ptes for mapping u pcb */56 int md_upte[KSTACK_PAGES];
174 #define KSTACK_PAGES 2 /* kernel stack */ macro
116 #ifndef KSTACK_PAGES117 #define KSTACK_PAGES 2 macro
104 #ifndef KSTACK_PAGES105 #define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */ macro
136 #ifndef KSTACK_PAGES137 #define KSTACK_PAGES 4 /* pages of kstack (with pcb) */ macro
283 #if KSTACK_PAGES < ZFS_MIN_KSTACK_PAGES in zfs__init()286 "'options KSTACK_PAGES=%d' to your kernel config\n", KSTACK_PAGES, in zfs__init()
249 for (i = 0; i < KSTACK_PAGES; i++) { in cpu_thread_swapin()271 for (i = 0; i < KSTACK_PAGES; i++) { in cpu_thread_alloc()
293 thread0.td_kstack_pages = KSTACK_PAGES; in mips_proc0_init()
561 kstack0 = pmap_steal_memory(KSTACK_PAGES << PAGE_SHIFT); in pmap_bootstrap()
799 .space (PAGE_SIZE * KSTACK_PAGES)
905 thread0.td_kstack_pages = KSTACK_PAGES; in init_proc0()
658 # KSTACK_PAGES is the number of memory pages to assign to the kernel661 options KSTACK_PAGES=5
79 int kstack_pages = KSTACK_PAGES;
898 # KSTACK_PAGES is the number of memory pages to assign to the kernel901 options KSTACK_PAGES=5
160 int kstack_pages = KSTACK_PAGES;