/freebsd/sys/sys/ |
H A D | domainset.h | 42 sizeof(__XSTRING(MAXMEMDOM))) 82 #if MAXMEMDOM < 256 94 domainid_t ds_order[MAXMEMDOM]; /* nth domain table. */ 101 extern struct domainset domainset_fixed[MAXMEMDOM], domainset_prefer[MAXMEMDOM];
|
H A D | _domainset.h | 37 #define DOMAINSET_SETSIZE MAXMEMDOM
|
H A D | smp.h | 177 extern cpuset_t cpuset_domain[MAXMEMDOM]; /* CPUs in each NUMA domain. */
|
H A D | pmckern.h | 198 extern struct pmc_domain_buffer_header *pmc_dom_hdrs[MAXMEMDOM];
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_pxm.c | 55 #if MAXMEMDOM > 1 72 static int domain_pxm[MAXMEMDOM]; 78 static int vm_locality_table[MAXMEMDOM * MAXMEMDOM]; 487 if (ndomain >= MAXMEMDOM) { in renumber_domains() 601 for (i = 0; i < MAXMEMDOM * MAXMEMDOM; i++) in init_mem_locality()
|
/freebsd/sys/riscv/include/ |
H A D | param.h | 57 #ifndef MAXMEMDOM 58 #define MAXMEMDOM 1 macro
|
/freebsd/sys/arm/include/ |
H A D | param.h | 67 #ifndef MAXMEMDOM 68 #define MAXMEMDOM 1 macro
|
/freebsd/sys/arm64/include/ |
H A D | param.h | 64 #ifndef MAXMEMDOM 65 #define MAXMEMDOM 8 macro
|
/freebsd/sys/i386/include/ |
H A D | param.h | 62 #ifndef MAXMEMDOM 63 #define MAXMEMDOM 1 macro
|
/freebsd/sys/powerpc/include/ |
H A D | param.h | 82 #ifndef MAXMEMDOM 83 #define MAXMEMDOM 8 macro
|
/freebsd/sys/amd64/include/ |
H A D | param.h | 68 #ifndef MAXMEMDOM 69 #define MAXMEMDOM 8 macro
|
/freebsd/sys/x86/acpica/ |
H A D | srat.c | 44 #if MAXMEMDOM > 1
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_domain.c | 38 KASSERT(node < MAXMEMDOM, ("Invalid VM domain %d", node)); in linux_get_vm_domain_set()
|
/freebsd/sys/vm/ |
H A D | vm_pagequeue.h | 300 char vmd_name[sizeof(__XSTRING(MAXMEMDOM))]; 303 extern struct vm_domain vm_dom[MAXMEMDOM];
|
H A D | vm_glue.c | 279 static vmem_t *vmd_kstack_arena[MAXMEMDOM]; 568 td->td_kstack_domain = MAXMEMDOM; in vm_thread_dispose()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | platform.c | 73 static int vm_locality_table[MAXMEMDOM * MAXMEMDOM];
|
H A D | mp_machdep.c | 188 KASSERT(pc->pc_domain < MAXMEMDOM, ("bad domain value %d\n", in cpu_mp_start()
|
/freebsd/sys/arm64/acpica/ |
H A D | acpi_machdep.c | 228 #if MAXMEMDOM > 1
|
H A D | acpi_iort.c | 490 #if MAXMEMDOM > 1 in srat_resolve_its_pxm() 531 int map_counts[MAXMEMDOM + 1] = { 0 }; in iort_post_process_its()
|
/freebsd/sys/x86/x86/ |
H A D | mp_x86.c | 537 #if defined(DEV_ACPI) && MAXMEMDOM > 1 in topo_probe() 614 #if defined(DEV_ACPI) && MAXMEMDOM > 1 in topo_probe() 646 #if defined(DEV_ACPI) && MAXMEMDOM > 1 in topo_probe() 660 #if defined(DEV_ACPI) && MAXMEMDOM > 1 in topo_probe()
|
/freebsd/sys/powerpc/powernv/ |
H A D | platform_powernv.c | 580 static int numa_domains[MAXMEMDOM]; in powernv_node_numa_domain() 612 if (i < MAXMEMDOM) in powernv_node_numa_domain()
|
/freebsd/sys/kern/ |
H A D | kern_pmc.c | 103 __read_mostly struct pmc_domain_buffer_header *pmc_dom_hdrs[MAXMEMDOM];
|
/freebsd/sys/arm64/arm64/ |
H A D | mp_machdep.c | 589 #if MAXMEMDOM > 1 in cpu_init_acpi() 670 if (domain < MAXMEMDOM) in start_cpu_fdt()
|
/freebsd/sys/net/ |
H A D | ieee8023ad_lacp.h | 206 struct lacp_numa pm_numa[MAXMEMDOM];
|
/freebsd/sys/dev/hwpmc/ |
H A D | pmu_dmc620.c | 133 bus_get_domain(dev, &domain) == 0) && domain < MAXMEMDOM) { in pmu_dmc620_acpi_attach()
|