Searched refs:kstack_pages (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_glue.c | 368 pages = kstack_pages; in vm_thread_new() 373 if (pages == kstack_pages && kstack_cache != NULL) in vm_thread_new() 404 if (pages == kstack_pages) in vm_thread_dispose() 451 store[i] = (void *)vm_thread_stack_create(ds, kstack_pages); in kstack_import() 466 vm_thread_stack_dispose(ks, kstack_pages); in kstack_release() 476 kstack_pages * PAGE_SIZE, NULL, NULL, NULL, NULL, in kstack_cache_init()
|
| /f-stack/freebsd/arm/include/ |
| H A D | param.h | 128 #define USPACE_SVC_STACK_TOP (kstack_pages * PAGE_SIZE)
|
| /f-stack/freebsd/x86/xen/ |
| H A D | pv.c | 360 const size_t stacksize = kstack_pages * PAGE_SIZE; in start_xen_ap() 370 bootSTK = (char *)bootstacks[cpu] + kstack_pages * PAGE_SIZE - 8; in start_xen_ap()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | mp_machdep.c | 341 bootstacks[cpu] = (char *)kmem_malloc(kstack_pages * PAGE_SIZE, in start_all_aps() 350 bootSTK = (char *)bootstacks[cpu] + kstack_pages * in start_all_aps()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_param.c | 174 TUNABLE_INT_FETCH("kern.kstack_pages", &kstack_pages); in init_param1()
|
| H A D | kern_fork.c | 935 pages = kstack_pages; in fork1()
|
| H A D | kern_proc.c | 160 int kstack_pages = KSTACK_PAGES; variable 161 SYSCTL_INT(_kern, OID_AUTO, kstack_pages, CTLFLAG_RD, &kstack_pages, 0,
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 79 int kstack_pages = KSTACK_PAGES; variable 80 SYSCTL_INT(_kern, OID_AUTO, kstack_pages, CTLFLAG_RD, &kstack_pages, 0,
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep.c | 701 thread0.td_kstack_pages = kstack_pages; in init_proc0() 853 kernelstack = pmap_preboot_get_vpages(kstack_pages); in initarm()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | mp_machdep.c | 482 bootstacks[cpu] = (void *)kmem_malloc(kstack_pages * PAGE_SIZE, in native_start_all_aps() 496 kstack_pages * PAGE_SIZE - 8; in native_start_all_aps()
|
| H A D | machdep.c | 1671 thread0.td_kstack_pages = kstack_pages; in hammer_time()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 62 extern int kstack_pages; /* number of kernel stack pages */
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 1112 kmem_free((vm_offset_t)bootstacks[cpu], kstack_pages * in smp_after_idle_runnable()
|