Searched refs:MP_BOOTSTACK_SIZE (Results 1 – 2 of 2) sorted by relevance
71 #define MP_BOOTSTACK_SIZE (kstack_pages * PAGE_SIZE) macro235 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()
81 #define MP_BOOTSTACK_SIZE (kstack_pages * PAGE_SIZE) macro298 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()