Searched refs:DPCPU_SIZE (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | pcpu.h | 77 #define DPCPU_SIZE roundup2(DPCPU_BYTES, PAGE_SIZE) macro 78 #define DPCPU_MODSIZE (DPCPU_SIZE - (DPCPU_BYTES - DPCPU_MODMIN))
|
| /f-stack/freebsd/arm/arm/ |
| H A D | mp_machdep.c | 118 dpcpu[i] = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in cpu_mp_start()
|
| H A D | machdep.c | 846 dpcpu = pmap_preboot_get_vpages(DPCPU_SIZE / PAGE_SIZE); in initarm()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mp_machdep.c | 188 dpcpu = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in start_ap()
|
| H A D | machdep.c | 304 dpcpu_init((void *)pmap_steal_memory(DPCPU_SIZE), 0); in mips_proc0_init()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | mp_machdep.c | 478 dpcpu[cpuid - 1] = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in start_cpu() 501 kmem_free((vm_offset_t)dpcpu[cpuid - 1], DPCPU_SIZE); in start_cpu()
|
| H A D | pmap.c | 1020 alloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE); in pmap_bootstrap()
|
| /f-stack/freebsd/x86/xen/ |
| H A D | pv.c | 368 dpcpu = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in start_xen_ap()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | mp_machdep.c | 343 dpcpu = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in start_all_aps()
|
| H A D | machdep.c | 2376 for (pa = first; pa < first + DPCPU_SIZE; pa += PAGE_SIZE) in init386() 2379 first += DPCPU_SIZE; in init386()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | mp_machdep.c | 493 DPCPU_SIZE, M_WAITOK | M_ZERO); in native_start_all_aps()
|
| H A D | machdep.c | 1708 physfree += DPCPU_SIZE; in hammer_time()
|