/openbmc/qemu/docs/system/i386/ |
H A D | sgx.rst | 144 -M sgx-epc.0.memdev=mem1,sgx-epc.0.node=0 155 …183695] sgx: [Firmware Bug]: Unable to map EPC section to online node. Fallback to the NUMA node 0. 165 -numa node,nodeid=0,cpus=0-1,memdev=node0 \\ 168 -numa node,nodeid=1,cpus=2-3,memdev=node1 \\ 169 -M sgx-epc.0.memdev=mem0,sgx-epc.0.node=0,sgx-epc.1.memdev=mem1,sgx-epc.1.node=1 178 [ 0.009981] ACPI: SRAT: Node 0 PXM 0 [mem 0x180000000-0x183ffffff] 179 [ 0.009982] ACPI: SRAT: Node 1 PXM 1 [mem 0x184000000-0x185bfffff]
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_devicepath_util.c | 47 * Create a device path consisting of a single media device node followed by an 48 * end node. 50 * @length: length of the media device node 57 struct efi_device_path *node; in create_single_node_device_path() local 61 node = dpu->create_device_node(DEVICE_PATH_TYPE_MEDIA_DEVICE, in create_single_node_device_path() 63 if (!node) { in create_single_node_device_path() 67 *dp = dpu->append_device_node(NULL, node); in create_single_node_device_path() 72 ret = boottime->free_pool(node); in create_single_node_device_path()
|
/openbmc/qemu/stats/ |
H A D | stats-hmp-cmds.c | 63 StatsSchemaList *node; in find_schema_value_list() local 65 for (node = list; node; node = node->next) { in find_schema_value_list() 66 if (node->value->provider == provider && in find_schema_value_list() 67 node->value->target == target) { in find_schema_value_list() 68 return node->value->stats; in find_schema_value_list()
|
/openbmc/qemu/util/ |
H A D | iova-tree.c | 191 * Foreach dma node in the tree, compare if there is a hole with its previous 192 * node (or minimum iova address allowed) and the node. 194 * @key: Node iterating 195 * @value: Node iterating 204 DMAMap *node = value; in iova_tree_alloc_traverse() local 208 iova_tree_alloc_args_iterate(args, node); in iova_tree_alloc_traverse() 229 * locate the first node. in iova_tree_alloc_map()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | s5p_sdhci.c | 154 static int sdhci_get_config(const void *blob, int node, struct sdhci_host *host) in sdhci_get_config() argument 160 dev_id = pinmux_decode_periph_id(blob, node); in sdhci_get_config() 168 bus_width = fdtdec_get_int(blob, node, "samsung,bus-width", 0); in sdhci_get_config() 175 /* Get the base address from the device node */ in sdhci_get_config() 176 base = fdtdec_get_addr(blob, node, "reg"); in sdhci_get_config() 183 gpio_request_by_name_nodev(offset_to_ofnode(node), "pwr-gpios", 0, in sdhci_get_config() 185 gpio_request_by_name_nodev(offset_to_ofnode(node), "cd-gpios", 0, in sdhci_get_config()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-exynos.c | 48 unsigned int node; in ehci_usb_ofdata_to_platdata() local 52 * Get the base address for XHCI controller from the device node in ehci_usb_ofdata_to_platdata() 61 node = fdtdec_next_compatible_subnode(blob, dev_of_offset(dev), in ehci_usb_ofdata_to_platdata() 63 if (node <= 0) { in ehci_usb_ofdata_to_platdata() 64 debug("XHCI: Can't get device node for usb3-phy controller\n"); in ehci_usb_ofdata_to_platdata() 69 * Get the base address for usbphy from the device node in ehci_usb_ofdata_to_platdata() 71 plat->phy_base = fdtdec_get_addr(blob, node, "reg"); in ehci_usb_ofdata_to_platdata()
|
H A D | xhci-exynos5.c | 57 unsigned int node; in xhci_usb_ofdata_to_platdata() local 61 * Get the base address for XHCI controller from the device node in xhci_usb_ofdata_to_platdata() 70 node = fdtdec_next_compatible_subnode(blob, dev_of_offset(dev), in xhci_usb_ofdata_to_platdata() 72 if (node <= 0) { in xhci_usb_ofdata_to_platdata() 73 debug("XHCI: Can't get device node for usb3-phy controller\n"); in xhci_usb_ofdata_to_platdata() 78 * Get the base address for usbphy from the device node in xhci_usb_ofdata_to_platdata() 80 plat->phy_base = fdtdec_get_addr(blob, node, "reg"); in xhci_usb_ofdata_to_platdata()
|
/openbmc/u-boot/doc/driver-model/ |
H A D | pci-info.txt | 37 PCI devices can appear in the flattened device tree. If they do, their node 39 PCI class of the device. Each PCI device node must have a <reg> property, as 92 In this example, the root PCI bus node is the "/pci" which matches "pci-x86" 115 is no real PCI bus. This works by looking in the device tree node for a 143 eliminating the need to provide any device tree node under the host controller 144 node. It is required a "sandbox,dev-info" property must be provided in the 145 host controller node for this functionality to work.
|
/openbmc/u-boot/arch/microblaze/cpu/ |
H A D | interrupts.c | 118 int node = 0; in interrupt_init() local 122 node = fdt_node_offset_by_compatible(blob, node, in interrupt_init() 124 if (node != -1) { in interrupt_init() 125 fdt_addr_t base = fdtdec_get_addr(blob, node, "reg"); in interrupt_init() 131 irq_no = fdtdec_get_int(blob, node, "xlnx,num-intr-inputs", 0); in interrupt_init() 134 return node; in interrupt_init()
|
/openbmc/smbios-mdr/src/ |
H A D | system.cpp | 56 static_assert(sizeof(systemInfo->uuid.node) == 6); in uuid() 57 stream << std::setw(2) << static_cast<int>(systemInfo->uuid.node[0]); in uuid() 58 stream << std::setw(2) << static_cast<int>(systemInfo->uuid.node[1]); in uuid() 59 stream << std::setw(2) << static_cast<int>(systemInfo->uuid.node[2]); in uuid() 60 stream << std::setw(2) << static_cast<int>(systemInfo->uuid.node[3]); in uuid() 61 stream << std::setw(2) << static_cast<int>(systemInfo->uuid.node[4]); in uuid() 62 stream << std::setw(2) << static_cast<int>(systemInfo->uuid.node[5]); in uuid()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | backup-discard-source | 45 'node-name': 'cbw', 57 'node-name': 'temp', 66 'node-name': 'access', 74 'node-name': 'target', 82 'node': 'temp', 117 temp = next(n for n in nodes if n['node-name'] == 'temp')
|
H A D | nbd-tls-iothread | 107 "filename":"'"$TEST_IMG"'", "node-name":"drive_sys1"}' \ 108 -blockdev '{"driver":"qcow2", "node-name":"drive_image1", 127 "filename":"'"$DST_IMG"'", "node-name":"drive_sys1"}' \ 128 -blockdev '{"driver":"qcow2", "node-name":"drive_image1", 142 {"node-name": "drive_image1", "type": "nbd", "writable": true, 150 {"node-name": "mirror", "driver": "nbd",
|
/openbmc/qemu/scripts/simplebench/ |
H A D | bench_block_job.py | 113 source['node-name'] = 'source' 114 target['node-name'] = 'target' 128 node = {'driver': 'file', 'filename': filename} 130 node['cache'] = {'direct': True} 131 node['aio'] = 'native' 133 return node
|
/openbmc/qemu/docs/sphinx/ |
H A D | dbusdoc.py | 30 from docutils.nodes import Element, Node 119 def parse_generated_content(state: RSTState, content: StringList) -> List[Node]: 122 node = nodes.paragraph() 123 node.document = state.document 124 state.nested_parse(content, 0, node) 126 return node.children
|
/openbmc/u-boot/drivers/pinctrl/broadcom/ |
H A D | pinctrl-bcm6838.c | 93 ofnode node; in bcm6838_pinctrl_probe() local 101 node = ofnode_get_by_phandle(phandle); in bcm6838_pinctrl_probe() 102 if (!ofnode_valid(node)) { in bcm6838_pinctrl_probe() 103 dev_err(dev, "%s: unable to find node\n", __func__); in bcm6838_pinctrl_probe() 108 priv->regmap = syscon_node_to_regmap(node); in bcm6838_pinctrl_probe()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 227.out | 52 "node-name": "NODE_NAME", 123 "node-name": "NODE_NAME" 146 Testing: -blockdev driver=null-co,node-name=null 177 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk,drive=null,id=vi… 224 "node-name": "null",
|
H A D | 216 | 4 # Copy-on-read tests using a COR filter node 34 # The old copy-on-read mechanism without a filter node cannot request 38 # there is a filter node in the way: That will receive the write 44 # A COR filter node, however, can request the proper permissions for 67 # vm.add_drive_raw('if=none,node-name=node0,copy-on-read=on,driver=raw,' \
|
H A D | 195 | 67 run_qemu -drive if=none,file="$TEST_IMG",backing.node-name=mid <<EOF 69 {"execute":"change-backing-file", "arguments":{"device":"none0","image-node-name":"mid","backing-fi… 81 run_qemu -drive if=none,file="$TEST_IMG",node-name=top <<EOF 83 {"execute":"change-backing-file", "arguments":{"device":"none0","image-node-name":"top","backing-fi…
|
/openbmc/u-boot/scripts/dtc/ |
H A D | fstree.c | 26 static struct node *read_fstree(const char *dirname) in read_fstree() 31 struct node *tree; in read_fstree() 68 struct node *newchild; in read_fstree() 84 struct node *tree; in dt_from_fs()
|
/openbmc/qemu/tests/vm/ |
H A D | conf_example_x86.yml | 32 -numa node,cpus=0-1,nodeid=0 -numa node,cpus=2-3,nodeid=1 33 -numa node,cpus=4-5,nodeid=2 -numa node,cpus=6-7,nodeid=3
|
/openbmc/qemu/migration/ |
H A D | threadinfo.c | 33 QLIST_INSERT_HEAD(&migration_threads, thread, node); in migration_threads_add() 43 QLIST_REMOVE(thread, node); in migration_threads_remove() 55 QLIST_FOREACH(thread, &migration_threads, node) { in qmp_query_migrationthreads()
|
/openbmc/u-boot/doc/device-tree-bindings/sysreset/ |
H A D | ti,sci-sysreset.txt | 11 System Reset Controller Node 13 The sysreset controller node represents the reset for the overall SoC 15 to communicate with the SYSFW it must be a child of the sysfw node.
|
/openbmc/u-boot/board/rockchip/evb_rv1108/ |
H A D | evb_rv1108.c | 17 int node; in mach_cpu_init() local 37 node = fdt_node_offset_by_compatible(gd->fdt_blob, -1, "rockchip,rv1108-grf"); in mach_cpu_init() 38 grf = (struct rv1108_grf *)fdtdec_get_addr(gd->fdt_blob, node, "reg"); in mach_cpu_init()
|
/openbmc/google-misc/subprojects/ncsid/doc/ |
H A D | ncsid_test_arch.dot | 2 node [shape="box"]; 4 node [shape=plaintext]; 20 node [shape="note" style="filled"];
|
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
H A D | pinmux.h | 45 * @param node FDT I2C node to find 48 int pinmux_decode_periph_id(const void *blob, int node);
|