Home
last modified time | relevance | path

Searched refs:kstack_pages (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_glue.c368 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 Dparam.h128 #define USPACE_SVC_STACK_TOP (kstack_pages * PAGE_SIZE)
/f-stack/freebsd/x86/xen/
H A Dpv.c360 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 Dmp_machdep.c341 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 Dsubr_param.c174 TUNABLE_INT_FETCH("kern.kstack_pages", &kstack_pages); in init_param1()
H A Dkern_fork.c935 pages = kstack_pages; in fork1()
H A Dkern_proc.c160 int kstack_pages = KSTACK_PAGES; variable
161 SYSCTL_INT(_kern, OID_AUTO, kstack_pages, CTLFLAG_RD, &kstack_pages, 0,
/f-stack/lib/
H A Dff_glue.c79 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 Dmachdep.c701 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 Dmp_machdep.c482 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 Dmachdep.c1671 thread0.td_kstack_pages = kstack_pages; in hammer_time()
/f-stack/freebsd/sys/
H A Dsystm.h62 extern int kstack_pages; /* number of kernel stack pages */
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c1112 kmem_free((vm_offset_t)bootstacks[cpu], kstack_pages * in smp_after_idle_runnable()