| /freebsd-13.1/sys/sys/ |
| H A D | domainset.h | 44 sizeof(__XSTRING(MAXMEMDOM))) 83 #if MAXMEMDOM < 256 95 domainid_t ds_order[MAXMEMDOM]; /* nth domain table. */ 102 extern struct domainset domainset_fixed[MAXMEMDOM], domainset_prefer[MAXMEMDOM];
|
| H A D | _domainset.h | 37 #define DOMAINSET_SETSIZE MAXMEMDOM
|
| H A D | smp.h | 179 extern cpuset_t cpuset_domain[MAXMEMDOM]; /* CPUs in each NUMA domain. */
|
| H A D | pmckern.h | 199 extern struct pmc_domain_buffer_header *pmc_dom_hdrs[MAXMEMDOM];
|
| /freebsd-13.1/sys/dev/acpica/ |
| H A D | acpi_pxm.c | 57 #if MAXMEMDOM > 1 74 static int domain_pxm[MAXMEMDOM]; 80 static int vm_locality_table[MAXMEMDOM * MAXMEMDOM]; 489 if (ndomain >= MAXMEMDOM) { in renumber_domains() 603 for (i = 0; i < MAXMEMDOM * MAXMEMDOM; i++) in init_mem_locality()
|
| /freebsd-13.1/sys/riscv/include/ |
| H A D | param.h | 71 #ifndef MAXMEMDOM 72 #define MAXMEMDOM 1 macro
|
| /freebsd-13.1/sys/arm/include/ |
| H A D | param.h | 76 #ifndef MAXMEMDOM 77 #define MAXMEMDOM 1 macro
|
| /freebsd-13.1/sys/arm64/include/ |
| H A D | param.h | 65 #ifndef MAXMEMDOM 66 #define MAXMEMDOM 8 macro
|
| /freebsd-13.1/sys/i386/include/ |
| H A D | param.h | 67 #ifndef MAXMEMDOM 68 #define MAXMEMDOM 1 macro
|
| /freebsd-13.1/sys/mips/include/ |
| H A D | param.h | 109 #ifndef MAXMEMDOM 110 #define MAXMEMDOM 1 macro
|
| /freebsd-13.1/sys/powerpc/include/ |
| H A D | param.h | 88 #ifndef MAXMEMDOM 89 #define MAXMEMDOM 8 macro
|
| /freebsd-13.1/sys/amd64/include/ |
| H A D | param.h | 74 #ifndef MAXMEMDOM 75 #define MAXMEMDOM 8 macro
|
| /freebsd-13.1/sys/x86/acpica/ |
| H A D | srat.c | 46 #if MAXMEMDOM > 1
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_domain.c | 41 KASSERT(node < MAXMEMDOM, ("Invalid VM domain %d", node)); in linux_get_vm_domain_set()
|
| /freebsd-13.1/sys/vm/ |
| H A D | vm_pagequeue.h | 296 char vmd_name[sizeof(__XSTRING(MAXMEMDOM))]; 299 extern struct vm_domain vm_dom[MAXMEMDOM];
|
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | platform.c | 75 static int vm_locality_table[MAXMEMDOM * MAXMEMDOM];
|
| H A D | mp_machdep.c | 192 KASSERT(pc->pc_domain < MAXMEMDOM, ("bad domain value %d\n", in cpu_mp_start()
|
| /freebsd-13.1/sys/arm64/acpica/ |
| H A D | acpi_machdep.c | 231 #if MAXMEMDOM > 1
|
| H A D | acpi_iort.c | 493 #if MAXMEMDOM > 1 in srat_resolve_its_pxm() 534 int map_counts[MAXMEMDOM + 1] = { 0 }; in iort_post_process_its()
|
| /freebsd-13.1/sys/x86/x86/ |
| H A D | mp_x86.c | 527 #if defined(DEV_ACPI) && MAXMEMDOM > 1 in topo_probe() 604 #if defined(DEV_ACPI) && MAXMEMDOM > 1 in topo_probe() 636 #if defined(DEV_ACPI) && MAXMEMDOM > 1 in topo_probe() 650 #if defined(DEV_ACPI) && MAXMEMDOM > 1 in topo_probe()
|
| /freebsd-13.1/sys/powerpc/powernv/ |
| H A D | platform_powernv.c | 577 static int numa_domains[MAXMEMDOM]; in powernv_node_numa_domain() 609 if (i < MAXMEMDOM) in powernv_node_numa_domain()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_pmc.c | 105 __read_mostly struct pmc_domain_buffer_header *pmc_dom_hdrs[MAXMEMDOM];
|
| H A D | kern_cpuset.c | 123 struct domainset __read_mostly domainset_fixed[MAXMEMDOM]; 125 struct domainset __read_mostly domainset_prefer[MAXMEMDOM]; 142 cpuset_t cpuset_domain[MAXMEMDOM]; 1652 for (i = 0; i < MAXMEMDOM; i++) in cpuset_thread0() 1960 if (id < 0 || id >= MAXMEMDOM) in kern_cpuset_getaffinity()
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | mp_machdep.c | 602 #if MAXMEMDOM > 1 in cpu_init_acpi() 641 if (domain < MAXMEMDOM) in start_cpu_fdt()
|
| /freebsd-13.1/sys/net/ |
| H A D | ieee8023ad_lacp.h | 208 struct lacp_numa pm_numa[MAXMEMDOM];
|