Home
last modified time | relevance | path

Searched refs:MP_BOOTSTACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dmp_machdep.c71 #define MP_BOOTSTACK_SIZE (kstack_pages * PAGE_SIZE) macro
235 kmem_free(bootstacks[cpu], MP_BOOTSTACK_SIZE); in smp_after_idle_runnable()
397 bootstacks[cpuid] = kmem_malloc(MP_BOOTSTACK_SIZE, M_WAITOK | M_ZERO); in cpu_init_fdt()
400 bootstack = (char *)bootstacks[cpuid] + MP_BOOTSTACK_SIZE; in cpu_init_fdt()
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c81 #define MP_BOOTSTACK_SIZE (kstack_pages * PAGE_SIZE) macro
298 kmem_free(bootstacks[cpu], MP_BOOTSTACK_SIZE); in smp_after_idle_runnable()
486 MP_BOOTSTACK_SIZE, M_WAITOK | M_ZERO); in start_cpu()
489 bootstack = (char *)bootstacks[cpuid] + MP_BOOTSTACK_SIZE; in start_cpu()
510 kmem_free(bootstacks[cpuid], MP_BOOTSTACK_SIZE); in start_cpu()