Searched refs:DPCPU_SIZE (Results 1 – 20 of 20) sorted by relevance
| /freebsd-12-stable/sys/sys/ |
| D | pcpu.h | 76 #define DPCPU_SIZE roundup2(DPCPU_BYTES, PAGE_SIZE) macro 77 #define DPCPU_MODSIZE (DPCPU_SIZE - (DPCPU_BYTES - DPCPU_MODMIN))
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | mp_machdep.c | 118 dpcpu[i] = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in cpu_mp_start()
|
| D | machdep.c | 949 valloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE); in initarm() 1214 dpcpu = pmap_preboot_get_vpages(DPCPU_SIZE / PAGE_SIZE); in initarm()
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | mp_machdep.c | 189 dpcpu = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in start_ap()
|
| D | machdep.c | 303 dpcpu_init((void *)pmap_steal_memory(DPCPU_SIZE), 0); in mips_proc0_init()
|
| /freebsd-12-stable/sys/arm64/arm64/ |
| D | mp_machdep.c | 513 dpcpu[cpuid - 1] = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in start_cpu() 537 kmem_free((vm_offset_t)dpcpu[cpuid - 1], DPCPU_SIZE); in start_cpu()
|
| D | pmap.c | 862 alloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE); in pmap_bootstrap()
|
| /freebsd-12-stable/sys/powerpc/powerpc/ |
| D | mp_machdep.c | 169 dpcpu = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | in cpu_mp_start()
|
| /freebsd-12-stable/sys/riscv/riscv/ |
| D | mp_machdep.c | 475 dpcpu[cpuid - 1] = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in cpu_init_fdt()
|
| D | pmap.c | 620 alloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE); in pmap_bootstrap()
|
| /freebsd-12-stable/sys/i386/i386/ |
| D | mp_machdep.c | 345 dpcpu = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in start_all_aps()
|
| D | machdep.c | 2394 for (pa = first; pa < first + DPCPU_SIZE; pa += PAGE_SIZE) in init386() 2397 first += DPCPU_SIZE; in init386()
|
| /freebsd-12-stable/sys/x86/xen/ |
| D | pv.c | 368 dpcpu = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in start_xen_ap()
|
| /freebsd-12-stable/sys/amd64/amd64/ |
| D | mp_machdep.c | 501 DPCPU_SIZE, M_WAITOK | M_ZERO); in native_start_all_aps()
|
| D | machdep.c | 1716 physfree += DPCPU_SIZE; in hammer_time()
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | mp_machdep.c | 348 dpcpu_init((void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO), cpuid); in ap_start()
|
| D | pmap.c | 432 pa = pmap_bootstrap_alloc(DPCPU_SIZE, colors); in pmap_bootstrap()
|
| /freebsd-12-stable/sys/powerpc/aim/ |
| D | mmu_oea.c | 983 pa = moea_bootstrap_alloc(DPCPU_SIZE, PAGE_SIZE); in moea_bootstrap() 986 virtual_avail += DPCPU_SIZE; in moea_bootstrap()
|
| D | mmu_oea64.c | 1018 pa = moea64_bootstrap_alloc(DPCPU_SIZE, PAGE_SIZE); in moea64_late_bootstrap() 1021 virtual_avail += DPCPU_SIZE; in moea64_late_bootstrap()
|
| /freebsd-12-stable/sys/powerpc/booke/ |
| D | pmap.c | 1758 data_end += DPCPU_SIZE; in mmu_booke_bootstrap()
|