Searched refs:CPU_ALLOC_SIZE (Results 1 – 7 of 7) sorted by relevance
404 if (sizeof (struct cpu) + PTL1_SSIZE > CPU_ALLOC_SIZE) { in ptl1_init_cpu()409 pstate->ptl1_stktop = (uintptr_t)cpu + CPU_ALLOC_SIZE; in ptl1_init_cpu()
332 #define CPU_ALLOC_SIZE MMU_PAGESIZE macro
362 #define CPU_ALLOC_SIZE MMU_PAGESIZE macro
347 cp = vmem_xalloc(static_alloc_arena, CPU_ALLOC_SIZE, in setup_cpu_common()348 CPU_ALLOC_SIZE, 0, 0, NULL, NULL, VM_SLEEP); in setup_cpu_common()
124 .skip CPU_ALLOC_SIZE125 .size cpu0, CPU_ALLOC_SIZE
550 if (sizeof (struct cpu) + PTL1_SSIZE > CPU_ALLOC_SIZE) { in ptl1_init_cpu()556 pstate->ptl1_stktop = (uintptr_t)cpu + CPU_ALLOC_SIZE; in ptl1_init_cpu()