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

/freebsd-11-stable/sys/mips/include/
H A Dproc.h52 uint64_t md_upte[KSTACK_PAGES]; /* ptes for mapping u pcb */
54 int md_upte[KSTACK_PAGES];
H A Dparam.h169 #define KSTACK_PAGES 2 /* kernel stack */ macro
/freebsd-11-stable/sys/i386/include/
H A Dparam.h113 #ifndef KSTACK_PAGES
114 #define KSTACK_PAGES 2 /* Includes pcb! */ macro
117 #if KSTACK_PAGES < 4
120 #define TD0_KSTACK_PAGES KSTACK_PAGES
/freebsd-11-stable/sys/riscv/include/
H A Dparam.h87 #ifndef KSTACK_PAGES
88 #define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dparam.h106 #ifndef KSTACK_PAGES
108 #define KSTACK_PAGES 8 /* includes pcb */ macro
110 #define KSTACK_PAGES 4 /* includes pcb */ macro
/freebsd-11-stable/sys/arm/include/
H A Dparam.h122 #ifndef KSTACK_PAGES
123 #define KSTACK_PAGES 2 macro
124 #endif /* !KSTACK_PAGES */
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h97 #ifndef KSTACK_PAGES
98 #define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dparam.h120 #ifndef KSTACK_PAGES
121 #define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */ macro
/freebsd-11-stable/sys/amd64/include/
H A Dparam.h130 #ifndef KSTACK_PAGES
131 #define KSTACK_PAGES 4 /* pages of kstack (with pcb) */ macro
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dstack_machdep.c67 v9next_frame(fp) >= frame + KSTACK_PAGES * PAGE_SIZE)
H A Dgenassym.c57 ASSYM(KSTACK_PAGES, KSTACK_PAGES);
H A Dmachdep.c165 CTASSERT(sizeof(struct pcb) <= ((KSTACK_PAGES * PAGE_SIZE) / 8));
534 thread0.td_kstack_pages = KSTACK_PAGES;
536 (thread0.td_kstack + KSTACK_PAGES * PAGE_SIZE) - 1;
H A Dpmap.c584 pa = pmap_bootstrap_alloc(KSTACK_PAGES * PAGE_SIZE, colors);
588 virtual_avail += roundup(KSTACK_PAGES, colors) * PAGE_SIZE;
592 for (i = 0; i < KSTACK_PAGES; i++) {
H A Dsupport.S891 SET(kstack0 + KSTACK_PAGES * PAGE_SIZE - PCB_SIZEOF, %l7, %l0)
H A Dexception.S172 set KSTACK_PAGES * PAGE_SIZE, %g2 ; \
/freebsd-11-stable/sys/riscv/riscv/
H A Dlocore.S140 li s9, (PAGE_SIZE * KSTACK_PAGES)
249 .space (PAGE_SIZE * KSTACK_PAGES)
374 li t1, (PAGE_SIZE * KSTACK_PAGES)
H A Dmp_machdep.c103 uint8_t secondary_stacks[MAXCPU - 1][PAGE_SIZE * KSTACK_PAGES] __aligned(16);
/freebsd-11-stable/sys/arm64/arm64/
H A Dlocore.S186 mov x5, #(PAGE_SIZE * KSTACK_PAGES)
674 .space (PAGE_SIZE * KSTACK_PAGES)
H A Dmp_machdep.c127 uint8_t secondary_stacks[MAXCPU - 1][PAGE_SIZE * KSTACK_PAGES] __aligned(16);
/freebsd-11-stable/sys/mips/mips/
H A Dvm_machdep.c257 for (i = 0; i < KSTACK_PAGES; i++) {
279 for (i = 0; i < KSTACK_PAGES; i++) {
H A Dmachdep.c290 thread0.td_kstack_pages = KSTACK_PAGES;
H A Dpmap.c557 kstack0 = pmap_steal_memory(KSTACK_PAGES << PAGE_SHIFT);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c7117 #if KSTACK_PAGES < ZFS_MIN_KSTACK_PAGES
7118 printf("ZFS NOTICE: KSTACK_PAGES is %d which could result in stack "
7120 "'options KSTACK_PAGES=%d' to your kernel config\n", KSTACK_PAGES,
/freebsd-11-stable/sys/kern/
H A Dkern_proc.c165 int kstack_pages = KSTACK_PAGES;

Completed in 305 milliseconds