/openbmc/qemu/hw/virtio/ |
H A D | vhost-iova-tree.c | 108 /* Allocate a node in the IOVA-only tree */ in vhost_iova_tree_map_alloc() 114 /* Insert a node in the IOVA->HVA tree */ in vhost_iova_tree_map_alloc() 170 /* Allocate a node in the IOVA-only tree */ in vhost_iova_tree_map_alloc_gpa() 176 /* Insert a node in the GPA->IOVA tree */ in vhost_iova_tree_map_alloc_gpa()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-clock.c | 45 QLIST_INSERT_HEAD(&dev->clocks, ncl, node); in qdev_init_clocklist() 54 QLIST_FOREACH_SAFE(ncl, &dev->clocks, node, ncl_next) { in qdev_finalize_clocklist() 55 QLIST_REMOVE(ncl, node); in qdev_finalize_clocklist() 113 QLIST_FOREACH(ncl, &dev->clocks, node) { in qdev_get_clocklist()
|
H A D | machine.c | 799 * numa node specified by @props.node_id 802 * Associate NUMA node specified by @props.node_id with cpu slots that 805 * which would lead to exact 1:1 mapping of cpu slots to NUMA node. 810 * -smp 4,cores=2,sockets=2 -numa node,nodeid=0 -numa node,nodeid=1 \ 811 * -numa cpu,node-id=0,socket_id=0 \ 812 * -numa cpu,node-id=1,socket_id=1 813 * will assign all child cores of socket 0 to node 0 and 814 * of socket 1 to node 1. 816 * On attempt of reassigning (already assigned) cpu slot to another NUMA node, 829 error_setg(errp, "mapping of CPUs to NUMA node is not supported"); in machine_set_cpu_numa_node() [all …]
|
/openbmc/u-boot/include/ |
H A D | syscon.h | 101 * @node: Device node of syscon 103 struct regmap *syscon_node_to_regmap(ofnode node);
|
H A D | fs_loader.h | 12 * struct phandle_part - A place for storing phandle of node and its partition 17 * @phandle: Phandle of storage device node
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 280 | 40 vm.add_blockdev('file,filename=%s,node-name=base-file' % (base_path)) 41 vm.add_blockdev('%s,file=base-file,node-name=base-fmt' % (iotests.imgfmt)) 75 vm.qmp_log('blockdev-snapshot', node='base-fmt', overlay='top-fmt')
|
H A D | 225 | 66 echo "{ 'node-name': '$node_name', 79 not_vmdk_opts="{ 'node-name': 'backing', 'driver': 'null-co' }" 113 # if you either specify a node reference (as done here) or the new
|
H A D | 173.out | 14 'snapshot-node-name': 'snp1' 22 'image-node-name': 'snp1'
|
/openbmc/u-boot/doc/device-tree-bindings/leds/ |
H A D | leds-bcm6328.txt | 31 Each LED is represented as a sub-node of the brcm,bcm6328-leds device. 33 LED sub-node required properties: 36 LED sub-node optional properties:
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/ |
H A D | initd.debian | 23 nodestartup_re='s/^node\.conn\[0]\.startup[ ]*=[ ]*//p' 49 $ADM -m node --loginall=automatic 55 $ADM -m node --logoutall=all
|
/openbmc/libcper/specification/json/sections/ |
H A D | cper-memory2.json | 74 "node": { object 76 …"description": "In a multi-node system, this value identifies the node containing the memory in er…
|
/openbmc/u-boot/drivers/i2c/ |
H A D | cros_ec_tunnel.c | 36 int node = dev_of_offset(dev); in cros_ec_i2c_ofdata_to_platdata() local 38 i2c_bus->remote_bus = fdtdec_get_uint(blob, node, "google,remote-bus", in cros_ec_i2c_ofdata_to_platdata()
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | nvidia,tegra20-gpio.txt | 12 - gpio-controller : Marks the device node as a GPIO controller. 22 - interrupt-controller : Marks the device node as an interrupt controller.
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0047-corstone1000-dts-add-external-system-node.patch | 4 Subject: [PATCH] corstone1000: dts: add external system node 6 add the external system node
|
/openbmc/phosphor-bmc-code-mgmt/common/include/i2c/ |
H A D | i2c.hpp | 26 explicit I2C(uint16_t bus, uint16_t node) : in I2C() argument 27 busStr("/dev/i2c-" + std::to_string(bus)), deviceNode(node) in I2C()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | log.c | 161 * This function writes reference node for the new bud LEB @lnum it to the log, 342 * The commit operation starts with writing "commit start" node to the log and 445 * moves log tail to new position and updates the master node so that it stores 527 * @rb: rb-tree node 584 * add_node - add a node to the consolidated log. 589 * @node: node to add 594 void *node) in add_node() argument 596 struct ubifs_ch *ch = node; in add_node() 609 memcpy(buf + *offs, node, len); in add_node() 648 struct ubifs_ref_node *ref = snod->node; in ubifs_consolidate_log() [all …]
|
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/ |
H A D | p1_p2_rdb_pc.c | 387 int node; in fdt_board_fixup_qe_pins() local 417 node = fdt_path_offset(blob, "/qe"); in fdt_board_fixup_qe_pins() 418 if (node >= 0) in fdt_board_fixup_qe_pins() 419 fdt_del_node(blob, node); in fdt_board_fixup_qe_pins() 461 /* Delete eLBC node as it is muxed with USB2 controller */ in ft_board_setup() 467 printf("WARNING: could not find compatible node %s\n", in ft_board_setup() 482 /* Delete USB2 node as it is muxed with eLBC */ in ft_board_setup() 486 printf("WARNING: could not find compatible node %s\n", in ft_board_setup() 493 printf("WARNING: could not find compatible node %s\n", in ft_board_setup()
|
/openbmc/qemu/docs/ |
H A D | COLO-FT.txt | 27 The primary node running the PVM, and the secondary node running the SVM 33 primary node, and then forwarded to the secondary node, so that both the PVM 44 Primary Node Secondary Node 89 availability. When the primary node suffers a hardware fail-stop failure, 90 the heartbeat stops responding, the secondary node will trigger a failover 227 …ry,file.driver=nbd,file.host=127.0.0.2,file.port=9999,file.export=parent0,node-name=replication0"}} 228 {"execute": "x-blockdev-change", "arguments":{"parent": "colo-disk0", "node": "replication0" } } 290 …ry,file.driver=nbd,file.host=127.0.0.2,file.port=9999,file.export=parent0,node-name=replication0"}} 291 {"execute": "x-blockdev-change", "arguments":{ "parent": "colo-disk0", "node": "replication0" } } 319 …ry,file.driver=nbd,file.host=127.0.0.1,file.port=9999,file.export=parent0,node-name=replication0"}} [all …]
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | u_boot_spl.py | 35 def __init__(self, section, etype, node): argument 36 Entry_blob.__init__(self, section, etype, node)
|
H A D | u_boot_tpl.py | 35 def __init__(self, section, etype, node): argument 36 Entry_blob.__init__(self, section, etype, node)
|
/openbmc/qemu/backends/ |
H A D | dbus-vmstate1.xml | 2 <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> 52 </node>
|
/openbmc/u-boot/board/kobol/helios4/ |
H A D | README | 17 Please use the correct device node for your setup instead 43 Use the correct UART device node for /dev/ttyUSBX.
|
/openbmc/libcper/examples/ |
H A D | memory-validation-bits.json | 59 … "message": "A Multi-bit ECC Memory Error occurred at address 0x0000000080000000 at node 0", 72 "node": 0, number
|
/openbmc/qemu/block/ |
H A D | copy-before-write.h | 5 * some node, and before each write it copies _old_ data to the target node.
|
/openbmc/qemu/docs/sphinx/ |
H A D | dbusdomain.py | 22 from docutils.nodes import Element, Node 90 def run(self) -> List[Node]: 91 _, node = super().run() 95 section += node 247 def run(self) -> List[Node]: 389 node: pending_xref, 392 """Resolve the pending_xref *node* with the given *typ* and *target*."""
|