Home
last modified time | relevance | path

Searched refs:bootstacks (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Dmp_machdep.c140 static void *bootstacks[MAXCPU]; variable
307 if (bootstacks[cpu] != NULL) { in smp_after_idle_runnable()
311 kmem_free((vm_offset_t)bootstacks[cpu], PAGE_SIZE); in smp_after_idle_runnable()
481 bootstacks[cpuid] = (void *)kmem_malloc(PAGE_SIZE, M_WAITOK | M_ZERO); in start_cpu()
484 bootstack = (char *)bootstacks[cpuid] + PAGE_SIZE; in start_cpu()
503 kmem_free((vm_offset_t)bootstacks[cpuid], PAGE_SIZE); in start_cpu()
504 bootstacks[cpuid] = NULL; in start_cpu()
/f-stack/freebsd/x86/include/
H A Dx86_smp.h34 extern void *bootstacks[];
/f-stack/freebsd/x86/xen/
H A Dpv.c363 bootstacks[cpu] = (void *)kmem_malloc(stacksize, M_WAITOK | M_ZERO); 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/amd64/amd64/
H A Dmp_machdep.c482 bootstacks[cpu] = (void *)kmem_malloc(kstack_pages * PAGE_SIZE, in native_start_all_aps()
495 bootSTK = (char *)bootstacks[cpu] + in native_start_all_aps()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c97 void *bootstacks[MAXCPU]; variable
1112 kmem_free((vm_offset_t)bootstacks[cpu], kstack_pages * in smp_after_idle_runnable()