Home
last modified time | relevance | path

Searched refs:KSTACK_PAGES (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dparam.h111 #ifndef KSTACK_PAGES
112 #define KSTACK_PAGES 4 /* Includes pcb! */ macro
115 #if KSTACK_PAGES < 4
118 #define TD0_KSTACK_PAGES KSTACK_PAGES
/f-stack/freebsd/mips/include/
H A Dproc.h54 uint64_t md_upte[KSTACK_PAGES]; /* ptes for mapping u pcb */
56 int md_upte[KSTACK_PAGES];
H A Dparam.h174 #define KSTACK_PAGES 2 /* kernel stack */ macro
/f-stack/freebsd/arm/include/
H A Dparam.h116 #ifndef KSTACK_PAGES
117 #define KSTACK_PAGES 2 macro
/f-stack/freebsd/arm64/include/
H A Dparam.h104 #ifndef KSTACK_PAGES
105 #define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */ macro
/f-stack/freebsd/amd64/include/
H A Dparam.h136 #ifndef KSTACK_PAGES
137 #define KSTACK_PAGES 4 /* pages of kstack (with pcb) */ macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c283 #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()
/f-stack/freebsd/mips/mips/
H A Dvm_machdep.c249 for (i = 0; i < KSTACK_PAGES; i++) { in cpu_thread_swapin()
271 for (i = 0; i < KSTACK_PAGES; i++) { in cpu_thread_alloc()
H A Dmachdep.c293 thread0.td_kstack_pages = KSTACK_PAGES; in mips_proc0_init()
H A Dpmap.c561 kstack0 = pmap_steal_memory(KSTACK_PAGES << PAGE_SHIFT); in pmap_bootstrap()
/f-stack/freebsd/arm64/arm64/
H A Dlocore.S799 .space (PAGE_SIZE * KSTACK_PAGES)
H A Dmachdep.c905 thread0.td_kstack_pages = KSTACK_PAGES; in init_proc0()
/f-stack/freebsd/amd64/conf/
H A DNOTES658 # KSTACK_PAGES is the number of memory pages to assign to the kernel
661 options KSTACK_PAGES=5
/f-stack/lib/
H A Dff_glue.c79 int kstack_pages = KSTACK_PAGES;
/f-stack/freebsd/i386/conf/
H A DNOTES898 # KSTACK_PAGES is the number of memory pages to assign to the kernel
901 options KSTACK_PAGES=5
/f-stack/freebsd/kern/
H A Dkern_proc.c160 int kstack_pages = KSTACK_PAGES;