Home
last modified time | relevance | path

Searched refs:DPCPU_SIZE (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/sys/sys/
Dpcpu.h76 #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/
Dmp_machdep.c118 dpcpu[i] = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in cpu_mp_start()
Dmachdep.c949 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/
Dmp_machdep.c189 dpcpu = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in start_ap()
Dmachdep.c303 dpcpu_init((void *)pmap_steal_memory(DPCPU_SIZE), 0); in mips_proc0_init()
/freebsd-12-stable/sys/arm64/arm64/
Dmp_machdep.c513 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()
Dpmap.c862 alloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE); in pmap_bootstrap()
/freebsd-12-stable/sys/powerpc/powerpc/
Dmp_machdep.c169 dpcpu = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | in cpu_mp_start()
/freebsd-12-stable/sys/riscv/riscv/
Dmp_machdep.c475 dpcpu[cpuid - 1] = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in cpu_init_fdt()
Dpmap.c620 alloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE); in pmap_bootstrap()
/freebsd-12-stable/sys/i386/i386/
Dmp_machdep.c345 dpcpu = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in start_all_aps()
Dmachdep.c2394 for (pa = first; pa < first + DPCPU_SIZE; pa += PAGE_SIZE) in init386()
2397 first += DPCPU_SIZE; in init386()
/freebsd-12-stable/sys/x86/xen/
Dpv.c368 dpcpu = (void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO); in start_xen_ap()
/freebsd-12-stable/sys/amd64/amd64/
Dmp_machdep.c501 DPCPU_SIZE, M_WAITOK | M_ZERO); in native_start_all_aps()
Dmachdep.c1716 physfree += DPCPU_SIZE; in hammer_time()
/freebsd-12-stable/sys/sparc64/sparc64/
Dmp_machdep.c348 dpcpu_init((void *)kmem_malloc(DPCPU_SIZE, M_WAITOK | M_ZERO), cpuid); in ap_start()
Dpmap.c432 pa = pmap_bootstrap_alloc(DPCPU_SIZE, colors); in pmap_bootstrap()
/freebsd-12-stable/sys/powerpc/aim/
Dmmu_oea.c983 pa = moea_bootstrap_alloc(DPCPU_SIZE, PAGE_SIZE); in moea_bootstrap()
986 virtual_avail += DPCPU_SIZE; in moea_bootstrap()
Dmmu_oea64.c1018 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/
Dpmap.c1758 data_end += DPCPU_SIZE; in mmu_booke_bootstrap()