Home
last modified time | relevance | path

Searched refs:numa (Results 26 – 50 of 104) sorted by relevance

12345

/openbmc/linux/tools/perf/bench/
H A DBuild25 perf-$(CONFIG_NUMA) += numa.o
/openbmc/openbmc/poky/meta/recipes-extended/ltp/
H A Dltp_20240129.bb57 PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl,"
/openbmc/qemu/backends/
H A Dmeson.build11 ), numa])
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dnuma.rst1 :Original: Documentation/mm/numa.rst
/openbmc/qemu/docs/
H A Dpci_expander_bridge.txt24 -object memory-backend-ram,size=1024M,policy=bind,host-nodes=0,id=ram-node0 -numa node,nodeid=0,cpu…
25 -object memory-backend-ram,size=1024M,policy=bind,host-nodes=1,id=ram-node1 -numa node,nodeid=1,cpu…
/openbmc/linux/arch/sh/mm/
H A DMakefile40 obj-$(CONFIG_NUMA) += numa.o
/openbmc/qemu/docs/system/i386/
H A Dsgx.rst157 To launch a SGX numa guest:
165 -numa node,nodeid=0,cpus=0-1,memdev=node0 \\
168 -numa node,nodeid=1,cpus=2-3,memdev=node1 \\
171 and SGX epc numa info by::
/openbmc/qemu/docs/system/devices/
H A Dvhost-user-rng.rst38 -numa node,memdev=mem \
H A Dvhost-user.rst57 -numa node,memdev=mem \\
/openbmc/linux/Documentation/mm/
H A Dindex.rst54 numa
/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/
H A DFix-the-test-output-format.patch25 + echo "SKIP: numa regress"
/openbmc/linux/arch/ia64/kernel/
H A DMakefile23 obj-$(CONFIG_NUMA) += numa.o
/openbmc/linux/tools/perf/Documentation/
H A Dperf-bench.txt58 'numa'::
204 SUITES FOR 'numa'
/openbmc/linux/arch/x86/mm/
H A DMakefile56 obj-$(CONFIG_NUMA) += numa.o numa_$(BITS).o
/openbmc/qemu/qapi/
H A Dmachine.json154 # @numa-mem-supported: true if '-numa node,mem' option is supported by
174 'hotpluggable-cpus': 'bool', 'numa-mem-supported': 'bool',
1037 # @set-numa-node:
1039 # Runtime equivalent of '-numa' CLI option, available at preconfigure
1040 # stage to configure numa mapping before initializing machine.
1044 { 'command': 'set-numa-node', 'boxed': true,
1341 # @node: the numa node (Since: 7.0)
1462 # @node: the numa node (Since: 7.0)
1682 # @x-query-numa:
1694 { 'command': 'x-query-numa',
/openbmc/qemu/hw/core/
H A Dmeson.build48 'numa.c',
/openbmc/openbmc/poky/meta/recipes-support/numactl/
H A Dnumactl_git.bb1 SUMMARY = "Development package for building Applications that use numa"
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/
H A Dlttng-ust_2.13.7.bb18 EXTRA_OECONF = "--disable-numa"
/openbmc/linux/tools/mm/
H A Dslabinfo.c47 int numa[MAX_NODES]; member
294 static void decode_numa_list(int *numa, char *t) in decode_numa_list() argument
299 memset(numa, 0, MAX_NODES * sizeof(int)); in decode_numa_list()
310 numa[node] = nr; in decode_numa_list()
411 store_size(b, s->numa[node]); in slab_numa()
1272 decode_numa_list(slab->numa, t); in read_slab_dir()
/openbmc/linux/arch/loongarch/kernel/
H A DMakefile54 obj-$(CONFIG_NUMA) += numa.o
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.c371 static int mlx5e_ptp_alloc_traffic_db(struct mlx5e_ptpsq *ptpsq, int numa) in mlx5e_ptp_alloc_traffic_db() argument
379 cqe_list = kvzalloc_node(sizeof(*ptpsq->ts_cqe_pending_list), GFP_KERNEL, numa); in mlx5e_ptp_alloc_traffic_db()
390 GFP_KERNEL, numa); in mlx5e_ptp_alloc_traffic_db()
398 GFP_KERNEL, numa); in mlx5e_ptp_alloc_traffic_db()
411 GFP_KERNEL, numa); in mlx5e_ptp_alloc_traffic_db()
/openbmc/qemu/docs/system/
H A Dmanaged-startup.rst22 that affect initial VM creation (like: ``-smp``/``-m``/``-numa`` ...) or
/openbmc/linux/arch/s390/kernel/
H A DMakefile53 obj-$(CONFIG_NUMA) += numa.o
/openbmc/qemu/tests/qtest/
H A Dmeson.build105 'numa-test'
171 qtests_pci + ['migration-test', 'numa-test', 'cpu-plug-test', 'drive_del-test']
227 'numa-test',
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dinit.c304 int hfi1_create_ctxtdata(struct hfi1_pportdata *ppd, int numa, in hfi1_create_ctxtdata() argument
316 rcd = kzalloc_node(sizeof(*rcd), GFP_KERNEL, numa); in hfi1_create_ctxtdata()
333 rcd->numa_id = numa; in hfi1_create_ctxtdata()
417 GFP_KERNEL, numa); in hfi1_create_ctxtdata()
423 GFP_KERNEL, numa); in hfi1_create_ctxtdata()
443 GFP_KERNEL, numa); in hfi1_create_ctxtdata()

12345