Home
last modified time | relevance | path

Searched full:node (Results 701 – 725 of 1779) sorted by relevance

1...<<21222324252627282930>>...72

/openbmc/qemu/util/
H A Daio-posix.h31 QLIST_ENTRY(AioHandler) node;
45 void aio_add_ready_handler(AioHandlerList *ready_list, AioHandler *node,
H A Dthread-context.c95 error_setg(errp, "Mixing CPU and node affinity not supported"); in thread_context_set_cpu_affinity()
181 error_setg(errp, "Mixing CPU and node affinity not supported"); in thread_context_set_node_affinity()
190 error_setg(errp, "Node list is empty"); in thread_context_set_node_affinity()
234 error_setg(errp, "NUMA node affinity is not supported by this QEMU"); in thread_context_set_node_affinity()
287 object_class_property_add(oc, "node-affinity", "int", NULL, in thread_context_class_init()
/openbmc/qemu/
H A Dqemu-options.hx211 " sgx-epc.0.memdev=memid,sgx-epc.0.node=numaid\n",
215 ``sgx-epc.0.memdev=@var{memid},sgx-epc.0.node=@var{numaid}``
322 Sets the path to the KVM device node. Defaults to ``/dev/kvm``. This
433 "-numa node[,mem=size][,cpus=firstcpu[-lastcpu]][,nodeid=node][,initiator=node]\n"
434 "-numa node[,memdev=id][,cpus=firstcpu[-lastcpu]][,nodeid=node][,initiator=node]\n"
436 "-numa cpu,node-id=node[,socket-id=x][,core-id=y][,thread-id=z]\n"
437 …"-numa hmat-lb,initiator=node,target=node,hierarchy=memory|first-level|second-level|third-level,da…
438 …"-numa hmat-cache,node-id=node,size=size,level=level[,associativity=none|direct|complex][,policy=n…
441 ``-numa node[,mem=size][,cpus=firstcpu[-lastcpu]][,nodeid=node][,initiator=initiator]``
443 ``-numa node[,memdev=id][,cpus=firstcpu[-lastcpu]][,nodeid=node][,initiator=initiator]``
[all …]
/openbmc/u-boot/lib/efi_driver/
H A Defi_uclass.c23 * check_node_type() - check node type
40 /* Get the last node */ in check_node_type()
41 const struct efi_device_path *node = efi_dp_last_node(dp); in check_node_type() local
43 if (!node || node->type == DEVICE_PATH_TYPE_MEDIA_DEVICE) in check_node_type()
/openbmc/u-boot/drivers/video/
H A Dbroadwell_igd.c707 int node = dev_of_offset(dev); in broadwell_igd_ofdata_to_platdata() local
710 if (fdtdec_get_int_array(blob, node, "intel,dp-hotplug", in broadwell_igd_ofdata_to_platdata()
714 plat->port_select = fdtdec_get_int(blob, node, "intel,port-select", 0); in broadwell_igd_ofdata_to_platdata()
715 plat->power_cycle_delay = fdtdec_get_int(blob, node, in broadwell_igd_ofdata_to_platdata()
717 plat->power_up_delay = fdtdec_get_int(blob, node, in broadwell_igd_ofdata_to_platdata()
719 plat->power_down_delay = fdtdec_get_int(blob, node, in broadwell_igd_ofdata_to_platdata()
721 plat->power_backlight_on_delay = fdtdec_get_int(blob, node, in broadwell_igd_ofdata_to_platdata()
723 plat->power_backlight_off_delay = fdtdec_get_int(blob, node, in broadwell_igd_ofdata_to_platdata()
725 plat->cpu_backlight = fdtdec_get_int(blob, node, in broadwell_igd_ofdata_to_platdata()
727 plat->pch_backlight = fdtdec_get_int(blob, node, in broadwell_igd_ofdata_to_platdata()
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-tls-iothread.out30 {"node-name": "drive_image1", "type": "nbd", "writable": true,
37 {"node-name": "mirror", "driver": "nbd",
H A Diothreads-create34 vm.add_blockdev(f'file,node-name=img-file,read-only=on,'
46 'node-name': 'img-file',
/openbmc/qemu/include/migration/
H A Dsnapshot.h25 * @vmstate: blockdev node name to store VM state in
40 * @vmstate: blockdev node name to load VM state from
/openbmc/u-boot/doc/device-tree-bindings/
H A Dconfig.txt1 The /config node (Configuration Options)
4 A number of run-time configuration options are provided in the /config node
/openbmc/u-boot/drivers/net/phy/
H A Dfixed.c22 /* check for mandatory properties within fixed-link node */ in fixedphy_probe()
26 printf("ERROR: no/invalid speed given in fixed-link node!"); in fixedphy_probe()
/openbmc/u-boot/drivers/net/
H A Dftmac100.c367 int node, len; in dtbmacaddr() local
375 node = fdt_path_offset(gd->fdt_blob, "/aliases"); in dtbmacaddr()
376 if (node < 0) in dtbmacaddr()
380 path = fdt_getprop(gd->fdt_blob, node, enet, NULL); in dtbmacaddr()
385 node = fdt_path_offset(gd->fdt_blob, path); in dtbmacaddr()
386 mac = fdt_getprop(gd->fdt_blob, node, "mac-address", &len); in dtbmacaddr()
/openbmc/qemu/tests/qtest/
H A Dcdrom-test.c143 "-blockdev file,node-name=cdr,filename=", in add_x86_tests()
156 "-blockdev file,node-name=cd1,filename=", in add_x86_tests()
162 "-blockdev file,node-name=cd1,filename=", in add_x86_tests()
180 "-blockdev file,node-name=cd1,filename=", in add_x86_tests()
186 "-blockdev file,node-name=cd1,filename=", in add_x86_tests()
209 "-blockdev file,node-name=cdr,filename=", test_cdboot); in add_s390x_tests()
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/
H A Dmarvell,mvebu-pinctrl.txt3 A Marvell SoC pin configuration node is a node of a group of pins which can
4 be used for a specific device or function. Each node requires one or more
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-tree.h37 * node to the root of the tree and partly rebalances it.
47 * A red-black tree is a binary search tree with the node color as an
51 * - each red node (except for the root) has a black parent,
52 * - each leaf node is black.
106 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument
109 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(node, field); \
110 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(node, field); \
121 /* Finds the node with the same key as elm */ \
155 * Moves node close to the key of elm to top
311 int rbe_color; /* node color */ \
[all …]
/openbmc/u-boot/common/
H A Dbootstage.c261 * Create the node for bootstage. in add_bootstages_devicetree()
274 int node; in add_bootstages_devicetree() local
279 node = fdt_add_subnode(blob, bootstage, simple_itoa(i)); in add_bootstages_devicetree()
280 if (node < 0) in add_bootstages_devicetree()
283 /* add properties to the node. */ in add_bootstages_devicetree()
284 if (fdt_setprop_string(blob, node, "name", in add_bootstages_devicetree()
289 if (fdt_setprop_cell(blob, node, in add_bootstages_devicetree()
/openbmc/u-boot/board/vscom/baltos/
H A Dboard.c274 int node, ret; in ft_board_setup() local
291 node = fdt_path_offset(blob, "/ocp/ethernet/slave@4a100200"); in ft_board_setup()
292 if (node < 0) { in ft_board_setup()
297 ret = fdt_setprop(blob, node, "mac-address", &mac_addr, 6); in ft_board_setup()
311 node = fdt_path_offset(blob, "/ocp/ethernet/slave@4a100300"); in ft_board_setup()
312 if (node < 0) { in ft_board_setup()
317 ret = fdt_setprop(blob, node, "mac-address", &mac_addr, 6); in ft_board_setup()
/openbmc/u-boot/include/dm/
H A Ddevice.h92 * a U_BOOT_DEVICE() macro (in which case platdata is non-NULL) or a node
96 * probe method if the device has a device tree node.
103 * @name: Name of device, typically the FDT node name
107 * @node: Reference to device tree node for this device
133 ofnode node; member
162 return ofnode_to_offset(dev->node); in dev_of_offset()
167 dev->node = offset_to_ofnode(of_offset); in dev_set_of_offset()
172 return ofnode_valid(dev->node); in dev_has_of_node()
196 * by platdata or a device tree node (which we find by looking up
340 * When a device is bound using a device tree node, it matches a
[all …]
/openbmc/qemu/block/
H A Dcopy-before-write.c5 * some node, and before each write it copies _old_ data to the target node.
69 * node. These areas must not be rewritten by guest. There can be multiple
103 * node, and it's guaranteed that after cbw_do_copy_before_write() successful
383 * does create own blk parent on copy-before-write node, so this in cbw_child_perm()
384 * works even if source node does not have any parents before backup in cbw_child_perm()
462 bitmap = block_dirty_bitmap_lookup(opts->bitmap->node, in cbw_open()
568 qdict_put_str(opts, "node-name", filter_node_name); in bdrv_cbw_append()
/openbmc/qemu/tests/qemu-iotests/
H A D17697 "arguments": { "driver": "qcow2", "node-name": "drive0",
100 "arguments": { "node": "drive0", "name": "bitmap0",
163 "arguments": { "driver": "qcow2", "node-name": "drive0",
166 "arguments": { "node": "drive0", "name": "bitmap0" } }
/openbmc/u-boot/doc/driver-model/
H A Dspi-howto.txt185 int node;
189 Of these, inited is handled by DM and node is the device tree node, which
202 This method will convert information in the device tree node into a C
221 int node = dev_of_offset(bus);
223 plat->regs = (struct exynos_spi *)fdtdec_get_addr(blob, node, "reg");
224 plat->periph_id = pinmux_decode_periph_id(blob, node);
233 plat->frequency = fdtdec_get_int(blob, node, "spi-max-frequency",
235 plat->deactivate_delay_us = fdtdec_get_int(blob, node,
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Ducp1020.c321 /* Delete eLBC node as it is muxed with USB2 controller */ in ft_board_setup()
328 ("WARNING: could not find compatible node %s: %s\n", in ft_board_setup()
341 /* Delete USB2 node as it is muxed with eLBC */ in ft_board_setup()
344 printf("WARNING: could not find compatible node %s: %s.\n", in ft_board_setup()
351 printf("WARNING: could not find compatible node %s: %s.\n", in ft_board_setup()
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson.c274 int node, gpio = -1, len; in meson_pinctrl_probe() local
290 fdt_for_each_subnode(node, gd->fdt_blob, dev_of_offset(dev)) { in meson_pinctrl_probe()
291 if (fdt_getprop(gd->fdt_blob, node, "gpio-controller", &len)) { in meson_pinctrl_probe()
292 gpio = node; in meson_pinctrl_probe()
298 debug("gpio node not found\n"); in meson_pinctrl_probe()
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path_to_text.c162 * Convert a media device path node to text.
165 * @dp device path node
230 * Converts a single node to a char string.
233 * @dp device path or node
271 * device_node device node to be converted
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/
H A Dnodejs_22.16.0.bb6 CVE_PRODUCT = "nodejs node.js"
22 SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
42 S = "${WORKDIR}/node-v${PV}"
44 CVE_PRODUCT += "node.js"
145 # Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject pro…
/openbmc/qemu/include/block/
H A Dreplication.h95 * @node: node that we will insert into @replication_states QLIST
100 QLIST_ENTRY(ReplicationState) node;

1...<<21222324252627282930>>...72