Home
last modified time | relevance | path

Searched refs:MAXMEMDOM (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-13.1/sys/sys/
H A Ddomainset.h44 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.h37 #define DOMAINSET_SETSIZE MAXMEMDOM
H A Dsmp.h179 extern cpuset_t cpuset_domain[MAXMEMDOM]; /* CPUs in each NUMA domain. */
H A Dpmckern.h199 extern struct pmc_domain_buffer_header *pmc_dom_hdrs[MAXMEMDOM];
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_pxm.c57 #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 Dparam.h71 #ifndef MAXMEMDOM
72 #define MAXMEMDOM 1 macro
/freebsd-13.1/sys/arm/include/
H A Dparam.h76 #ifndef MAXMEMDOM
77 #define MAXMEMDOM 1 macro
/freebsd-13.1/sys/arm64/include/
H A Dparam.h65 #ifndef MAXMEMDOM
66 #define MAXMEMDOM 8 macro
/freebsd-13.1/sys/i386/include/
H A Dparam.h67 #ifndef MAXMEMDOM
68 #define MAXMEMDOM 1 macro
/freebsd-13.1/sys/mips/include/
H A Dparam.h109 #ifndef MAXMEMDOM
110 #define MAXMEMDOM 1 macro
/freebsd-13.1/sys/powerpc/include/
H A Dparam.h88 #ifndef MAXMEMDOM
89 #define MAXMEMDOM 8 macro
/freebsd-13.1/sys/amd64/include/
H A Dparam.h74 #ifndef MAXMEMDOM
75 #define MAXMEMDOM 8 macro
/freebsd-13.1/sys/x86/acpica/
H A Dsrat.c46 #if MAXMEMDOM > 1
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_domain.c41 KASSERT(node < MAXMEMDOM, ("Invalid VM domain %d", node)); in linux_get_vm_domain_set()
/freebsd-13.1/sys/vm/
H A Dvm_pagequeue.h296 char vmd_name[sizeof(__XSTRING(MAXMEMDOM))];
299 extern struct vm_domain vm_dom[MAXMEMDOM];
/freebsd-13.1/sys/powerpc/powerpc/
H A Dplatform.c75 static int vm_locality_table[MAXMEMDOM * MAXMEMDOM];
H A Dmp_machdep.c192 KASSERT(pc->pc_domain < MAXMEMDOM, ("bad domain value %d\n", in cpu_mp_start()
/freebsd-13.1/sys/arm64/acpica/
H A Dacpi_machdep.c231 #if MAXMEMDOM > 1
H A Dacpi_iort.c493 #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 Dmp_x86.c527 #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 Dplatform_powernv.c577 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 Dkern_pmc.c105 __read_mostly struct pmc_domain_buffer_header *pmc_dom_hdrs[MAXMEMDOM];
H A Dkern_cpuset.c123 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 Dmp_machdep.c602 #if MAXMEMDOM > 1 in cpu_init_acpi()
641 if (domain < MAXMEMDOM) in start_cpu_fdt()
/freebsd-13.1/sys/net/
H A Dieee8023ad_lacp.h208 struct lacp_numa pm_numa[MAXMEMDOM];

12