Home
last modified time | relevance | path

Searched refs:numa (Results 51 – 75 of 104) sorted by relevance

12345

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpio.h242 uint hdrqentsize, int numa);
H A Dfile_ops.c936 int ret, numa; in allocate_ctxt() local
958 numa = cpu_to_node(fd->rec_cpu_num); in allocate_ctxt()
960 numa = numa_node_id(); in allocate_ctxt()
961 ret = hfi1_create_ctxtdata(dd->pport, numa, &uctxt); in allocate_ctxt()
H A Dpio.c655 uint hdrqentsize, int numa) in sc_alloc() argument
672 sc = kzalloc_node(sizeof(*sc), GFP_KERNEL, numa); in sc_alloc()
698 sc->node = numa; in sc_alloc()
815 GFP_KERNEL, numa); in sc_alloc()
/openbmc/linux/drivers/acpi/
H A DMakefile95 obj-$(CONFIG_ACPI_NUMA) += numa/
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dptest-packagelists.inc141 # numactl \ # qemu not (yet) configured for numa; all tests are skipped
/openbmc/qemu/scripts/coverity-scan/
H A Drun-coverity-scan404 --enable-numa --enable-rdma --enable-smartcard --enable-virglrenderer \
/openbmc/qemu/docs/about/
H A Dremoved-features.rst165 ``-numa node,mem=...`` (removed in 5.1)
168 The parameter ``mem`` of ``-numa node`` was used to assign a part of guest RAM
181 option is supported by looking at MachineInfo::numa-mem-supported property.
183 ``-numa`` node (without memory specified) (removed in 5.2)
192 configure it explicitly using ``-numa node,memdev`` options. Current RAM
193 distribution can be retrieved using HMP command ``info numa`` and if separate
195 device memory from output of ``info numa``.
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc228 PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl"
/openbmc/linux/kernel/
H A DMakefile117 obj-$(CONFIG_NUMA) += numa.o
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.h193 } numa; member
H A Dgmc_v9_0.c1342 local_node = adev->gmc.mem_partitions[vm->mem_id].numa.node; in gmc_v9_0_override_vm_pte_flags()
1899 mem_ranges[0].numa.node = numa_info.nid; in gmc_v9_0_init_acpi_mem_ranges()
1909 mem_ranges[num_ranges].numa.node = numa_info.nid; in gmc_v9_0_init_acpi_mem_ranges()
H A Daqua_vanjaram.c587 if (adev->gmc.mem_partitions[i].numa.node == numa_info.nid) { in aqua_vanjaram_get_xcp_mem_id()
/openbmc/qemu/util/
H A Dmeson.build2 util_ss.add(files('thread-context.c'), numa)
/openbmc/qemu/
H A Dqemu-options.hx376 DEF("numa", HAS_ARG, QEMU_OPTION_numa,
412 -numa node,cpus=0-2,cpus=5
430 -numa node,nodeid=0 -numa node,nodeid=1 \
431 -numa cpu,node-id=0,socket-id=0 -numa cpu,node-id=1,socket-id=1
466 -numa node,nodeid=0,memdev=m0 \
469 -numa cpu,node-id=0,socket-id=0 \
470 -numa cpu,node-id=0,socket-id=1
537 -numa node,nodeid=0,memdev=m0 \
539 -numa cpu,node-id=0,socket-id=0 \
540 -numa cpu,node-id=0,socket-id=1 \
[all …]
H A Dmeson.build1644 numa = not_found variable
1646 numa = cc.find_library('numa', has_headers: ['numa.h'], variable
1649 if numa.found() and not cc.links('''
1650 #include <numa.h>
1652 ''', dependencies: numa)
1653 numa = not_found variable
1654 if get_option('numa').enabled()
1655 error('could not link numa')
1657 warning('could not link numa, disabling')
2152 if numa.found()
[all …]
H A Dhmp-commands-info.hx326 .name = "numa",
334 ``info numa``
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dhugetlb.rst32 …hugetlb.<hugepagesize>.numa_stat # show the numa information of the hugetlb m…
/openbmc/qemu/docs/
H A Dpvrdma.txt90 -numa node,memdev=mb1 \
187 <qemu:arg value='-numa'/>
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh409 --enable-numa) printf "%s" -Dnuma=enabled ;;
410 --disable-numa) printf "%s" -Dnuma=disabled ;;
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1297 static int mlx5e_alloc_xdpsq_fifo(struct mlx5e_xdpsq *sq, int numa) in mlx5e_alloc_xdpsq_fifo() argument
1309 xdpi_fifo->xi = kvzalloc_node(size, GFP_KERNEL, numa); in mlx5e_alloc_xdpsq_fifo()
1320 static int mlx5e_alloc_xdpsq_db(struct mlx5e_xdpsq *sq, int numa) in mlx5e_alloc_xdpsq_db() argument
1327 sq->db.wqe_info = kvzalloc_node(size, GFP_KERNEL, numa); in mlx5e_alloc_xdpsq_db()
1331 err = mlx5e_alloc_xdpsq_fifo(sq, numa); in mlx5e_alloc_xdpsq_db()
1398 static int mlx5e_alloc_icosq_db(struct mlx5e_icosq *sq, int numa) in mlx5e_alloc_icosq_db() argument
1404 sq->db.wqe_info = kvzalloc_node(size, GFP_KERNEL, numa); in mlx5e_alloc_icosq_db()
1476 int mlx5e_alloc_txqsq_db(struct mlx5e_txqsq *sq, int numa) in mlx5e_alloc_txqsq_db() argument
1483 GFP_KERNEL, numa); in mlx5e_alloc_txqsq_db()
1486 GFP_KERNEL, numa); in mlx5e_alloc_txqsq_db()
[all …]
/openbmc/qemu/qapi/
H A Dmisc-target.json303 # @node: the numa node
/openbmc/linux/kernel/dma/
H A DKconfig165 Enable this option to get numa CMA areas so that NUMA devices
/openbmc/linux/tools/perf/
H A DMakefile.config1002 …msg := $(warning No numa.h found, disables 'perf bench numa mem' benchmark, please install numactl…
1006 …msg := $(warning Old numa library found, disables 'perf bench numa mem' benchmark, please install …
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dfl-fme45 User only needs this information, in case standard numa node
/openbmc/linux/Documentation/devicetree/bindings/cpu/
H A Dcpu-topology.txt550 Documentation/devicetree/bindings/numa.txt

12345