/openbmc/qemu/tests/qemu-iotests/ |
H A D | 289 | 64 # Put blkdebug above the data-file, and a raw node on top of that so
|
H A D | 127 | 65 -blockdev node-name=source,driver=$IMGFMT,file.driver=file,file.filename="$TEST_IMG.overlay0" \
|
H A D | 055 | 53 self.vm.add_drive('blkdebug::' + test_img, 'node-name=source') 54 self.vm.add_drive(blockdev_target_img, 'node-name=target', 115 def do_test_resize_blockdev_backup(self, device, node): argument 120 result = self.vm.qmp('block_resize', node_name=node, size=65536)
|
H A D | 212.out | 8 …", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.parallels", "node-name": "imgfile"}} 55 Job failed: Cannot find device='this doesn't exist' nor node-name='this doesn't exist'
|
/openbmc/phosphor-webui/ |
H A D | README.md | 44 https://docs.npmjs.com/troubleshooting/try-the-latest-stable-version-of-node
|
/openbmc/qemu/tests/functional/ |
H A D | test_x86_64_hotplug_blk.py | 31 'node-name': 'disk'
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/ |
H A D | webui-vue_git.bb | 49 # vue-cli-plugin-i18n isn't needed in build and causes a segv in node 22.12.
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | pxa3xx_nand.c | 1811 int node = -1; in pxa3xx_nand_probe_dt() local 1819 node = fdt_node_offset_by_compatible(blob, node, in pxa3xx_nand_probe_dt() 1821 if (node < 0) in pxa3xx_nand_probe_dt() 1825 if (!fdtdec_get_is_enabled(blob, node)) in pxa3xx_nand_probe_dt() 1831 blob, node, "reg", 0, NULL, true); in pxa3xx_nand_probe_dt() 1833 pdata->num_cs = fdtdec_get_int(blob, node, "num-cs", 1); in pxa3xx_nand_probe_dt() 1839 if (fdtdec_get_bool(blob, node, "nand-enable-arbiter")) in pxa3xx_nand_probe_dt() 1842 if (fdtdec_get_bool(blob, node, "nand-keep-config")) in pxa3xx_nand_probe_dt() 1851 pdata->ecc_strength = fdtdec_get_int(blob, node, in pxa3xx_nand_probe_dt() 1855 pdata->ecc_step_size = fdtdec_get_int(blob, node, in pxa3xx_nand_probe_dt() [all …]
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | gw_ventana.c | 891 char node[32]; in fdt_add_pci_node() local 894 sprintf(node, "pcie@%d,%d,%d", PCI_BUS(dev->devfn), in fdt_add_pci_node() 897 np = fdt_subnode_offset(blob, par, node); in fdt_add_pci_node() 900 np = fdt_add_subnode(blob, par, node); in fdt_add_pci_node() 963 /* use interrupt data from root complex's node */ in fdt_fixup_gw16082() 1181 * disable wdog node for GW51xx-A/B to work around in ft_board_setup() 1242 * disable serial2 node for GW54xx for compatibility with older in ft_board_setup() 1243 * 3.10.x kernel that improperly had this node enabled in the DT in ft_board_setup()
|
H A D | ventana_eeprom.h | 131 const char *dtalias; /* name of dt node to remove if not set */
|
/openbmc/qemu/docs/about/ |
H A D | removed-features.rst | 171 ``-numa node,mem=...`` (removed in 5.1) 174 The parameter ``mem`` of ``-numa node`` was used to assign a part of guest RAM 175 to a NUMA node. But when using it, it's impossible to manage a specified RAM 176 chunk on the host side (like bind it to a host node, setting bind policy, ...), 179 However since 2014 there is an alternative way to assign RAM to a NUMA node 181 means to actually manage node RAM on the host side. Use parameter ``memdev`` 189 ``-numa`` node (without memory specified) (removed in 5.2) 198 configure it explicitly using ``-numa node,memdev`` options. Current RAM
|
/openbmc/qemu/hw/arm/ |
H A D | boot.c | 433 "numa-node-id", numa_node_id); in fdt_add_memory_node() 467 * A pre-existing /psci node might specify function ID values in fdt_add_psci_node() 469 * node and put our own in instead. in fdt_add_psci_node() 597 * states they should not be generated. Linux will get the NUMA node in arm_load_dtb() 600 * configure distance maps when the empty NUMA node IDs are needed and in arm_load_dtb() 614 fprintf(stderr, "couldn't add /memory@%"PRIx64" node\n", in arm_load_dtb() 625 fprintf(stderr, "couldn't add /memory@%"PRIx64" node\n", in arm_load_dtb() 1328 * arm_load_dtb() may add a PSCI node so it must be called after we have in arm_load_kernel()
|
H A D | trace-events | 64 smmuv3_notify_flag_add(const char *iommu) "ADD SMMUNotifier node for iommu mr=%s" 65 smmuv3_notify_flag_del(const char *iommu) "DEL SMMUNotifier node for iommu mr=%s"
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | create_pel.cpp | 60 // [16:23] node position in __getSrc() 63 uint8_t nodePos = 0; // TODO: multi-node support in __getSrc() 188 // 1 byte node position in __captureRegisterDump() 194 uint8_t nodePos = 0; // TODO: multi-node support in __captureRegisterDump()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | mtd.h | 322 * List node used to add an MTD partition to the parent 325 struct list_head node; member 338 mtd->dev->node.np = np; in mtd_set_of_node() 343 return mtd->dev->node.np; in mtd_get_of_node()
|
H A D | partitions.h | 60 * @of_node: for OF parsers, device node containing partitioning information
|
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uclass.c | 548 debug("%s: I2C Node '%s' has no 'gpios' property %s\n", in i2c_deblock_gpio() 559 debug("%s: I2C Node '%s' has no 'gpio' pinctrl state. %s\n", in i2c_deblock_gpio() 568 debug("%s: I2C Node '%s' has no 'default' pinctrl state. %s\n", in i2c_deblock_gpio() 606 debug("%s: I2C Node '%s' has no 'reg' property %s\n", __func__, in i2c_chip_ofdata_to_platdata()
|
H A D | at91_i2c.c | 225 int node = dev_of_offset(dev); in at91_i2c_ofdata_to_platdata() local 229 bus->clock_frequency = fdtdec_get_int(blob, node, in at91_i2c_ofdata_to_platdata()
|
/openbmc/qemu/hw/openrisc/ |
H A D | virt.c | 195 /* Create aliases node for use by devices. */ in openrisc_create_fdt() 219 /* Add device tree node for ompic. */ in openrisc_virt_ompic_init() 241 /* Add device tree node for serial. */ in openrisc_virt_serial_init() 250 /* The /chosen node is created during fdt creation. */ in openrisc_virt_serial_init()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
H A D | 0002-Support-asynchronous-calls-58.patch | 142 +<node> 149 +</node>
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | psci-dt.c | 30 /* add 'enable-method = "psci"' to each cpu node */ in fdt_psci()
|
/openbmc/qemu/docs/system/arm/ |
H A D | sbsa.rst | 64 - NUMA node id for CPUs and memory
|
/openbmc/u-boot/drivers/power/domain/ |
H A D | power-domain-uclass.c | 50 ret = uclass_get_device_by_ofnode(UCLASS_POWER_DOMAIN, args.node, in power_domain_get_by_index()
|
/openbmc/u-boot/drivers/net/ |
H A D | dwmac_socfpga.c | 46 regmap = syscon_node_to_regmap(args.node); in dwmac_socfpga_ofdata_to_platdata()
|
/openbmc/openpower-hw-diags/analyzer/plugins/ |
H A D | ody-plugins.cpp | 35 // Copy all signatures PLL signatures that match the node ID and parent in pll_unlock()
|