/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | numaperf.rst | 33 ranges accessible from one or more memory initiators. 35 When multiple memory initiators exist, they may not all have the same 39 is considered to be one of that target's local initiators, and given 41 local initiators, and any given initiator may have multiple local 44 To aid applications matching memory targets with their initiators, the 46 relationship for the access class "0" memory initiators and targets:: 51 # symlinks -v /sys/devices/system/node/nodeY/access0/initiators/ 52 relative: /sys/devices/system/node/nodeY/access0/initiators/nodeX -> ../../nodeX 55 class. The target memory's initiators in a given class indicate the 60 The access class "1" is used to allow differentiation between initiators [all …]
|
/openbmc/linux/Documentation/block/ |
H A D | pr.rst | 8 access to block devices to specific initiators in a shared storage 34 Only initiators with a registered key can write to the device, 38 Only initiators with a registered key can access the device. 42 Only initiators with a registered key can write to the device, 44 All initiators with a registered key are considered reservation 50 Only initiators with a registered key can access the device. 51 All initiators with a registered key are considered reservation
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-devices-node | 101 What: /sys/devices/system/node/nodeX/accessY/initiators/ 107 memory. CPUs and other memory initiators in nodes not in 118 What: /sys/devices/system/node/nodeX/accessY/initiators/read_bandwidth 123 nodes found in this access class's linked initiators. 125 What: /sys/devices/system/node/nodeX/accessY/initiators/read_latency 130 from nodes found in this access class's linked initiators. 132 What: /sys/devices/system/node/nodeX/accessY/initiators/write_bandwidth 137 found in this access class's linked initiators. 139 What: /sys/devices/system/node/nodeX/accessY/initiators/write_latency 144 from nodes found in this class's linked initiators.
|
/openbmc/linux/drivers/acpi/numa/ |
H A D | hmat.c | 37 static LIST_HEAD(initiators); 86 list_for_each_entry(initiator, &initiators, node) in find_mem_initiator() 119 list_add_tail(&initiator->node, &initiators); in alloc_memory_initiator() 576 if (list_empty(&initiators)) in initiators_to_nodemask() 579 list_for_each_entry(initiator, &initiators, node) in initiators_to_nodemask() 599 * register all initiators that match. in hmat_register_target_initiators() 616 * previously set initiators when we find a better memory accessor. in hmat_register_target_initiators() 618 * initiators. in hmat_register_target_initiators() 621 list_sort(NULL, &initiators, initiator_cmp); in hmat_register_target_initiators() 632 list_for_each_entry(initiator, &initiators, node) { in hmat_register_target_initiators() [all …]
|
H A D | Kconfig | 16 register memory initiators with their targets, and export
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
H A D | bpmp_abi.h | 177 * * Initiators: Any 187 * * Initiators: Any 231 * * Initiators: CCPLEX 259 * * Initiators: CCPLEX 309 * * Initiators: CCPLEX 335 * * Initiators: CCPLEX 378 * * Initiators: CCPLEX 445 * * Initiators: Any 487 * * Initiators: Any 626 * * Initiators: Any [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/ |
H A D | nvidia,tegra194-cbb.yaml | 16 initiators and targets using different bridges like AXIP2P, AXI2APB. 31 - For other initiators, the ERD is disabled. So, the access issuing 33 In addition, an interrupt is also generated to CCPLEX. These initiators
|
/openbmc/linux/Documentation/devicetree/bindings/arm/omap/ |
H A D | dmm.txt | 5 accesses such as priority generation amongst initiators, configuration of SDRAM 7 translation for initiators which need contiguous dma bus addresses.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/ |
H A D | tgtd.service | 12 # We don't want initiators to (re)connect and fail the connection 25 # for initiators that are connected.
|
H A D | tgtd.init | 38 # We don't want initiators to (re)connect and fail the connection 63 echo "Some initiators are still connected - could not stop tgtd"
|
/openbmc/linux/include/soc/tegra/ |
H A D | bpmp-abi.h | 418 * * Initiators: Any 428 * * Initiators: Any 474 * * Initiators: CCPLEX 500 * * Initiators: Any 538 * * Initiators: Any 689 * * Initiators: Any 866 * * Initiators: Any 966 * * Initiators: Any 1090 * * Initiators: Any 1445 * * Initiators: Any [all …]
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | switch.rst | 23 spreading are hidden from initiators connected to this storage system. 34 the storage group and initiators. In a multipathing configuration, it
|
/openbmc/linux/drivers/base/ |
H A D | node.c | 97 static const struct attribute_group initiators = { variable 98 .name = "initiators", 108 &initiators, 211 "initiators")) { in node_set_perf_attrs() 714 ret = sysfs_add_link_to_group(&target->dev.kobj, "initiators", in register_memory_node_under_compute_node()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | sram.c | 116 * device allows ARM11 but not other initiators for full size. This 122 /* RAMFW: R/W access to all initiators for all qualifier sets */ in is_sram_locked()
|
H A D | omap4-common.c | 102 * The work-around for this errata needs all the initiators connected 108 * IO barrier ensure that there is no synchronisation loss on initiators
|
H A D | omap_hwmod.h | 204 * omap_hwmod_ocp_if.user bits: these indicate the initiators that use this 230 * @user: initiators using this interface (see OCP_USER_* macros above)
|
/openbmc/linux/Documentation/target/ |
H A D | target-export-device | 77 # Allow write access for non authenticated initiators
|
/openbmc/linux/include/linux/fsl/bestcomm/ |
H A D | bestcomm_priv.h | 159 /* Initiators number */ 195 /* Initiators priorities */
|
/openbmc/u-boot/include/ |
H A D | MCD_dma.h | 123 #define PTD_DBG_REQ 0x00 /* shows the state of 31 initiators */ 125 have initiators asserted */
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-pr-helper.rst | 16 to specific initiators in a shared storage setup. When implementing
|
/openbmc/qemu/docs/interop/ |
H A D | pr-helper.rst | 10 restricting access to block devices to specific initiators in a shared
|
/openbmc/qemu/docs/system/ |
H A D | pr-manager.rst | 6 to specific initiators in a shared storage setup. When implementing
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-scsi_host | 112 tools for their SGPIO initiators.
|
/openbmc/linux/drivers/soc/tegra/cbb/ |
H A D | tegra-cbb.c | 159 /* register interrupt handler for errors due to different initiators */ in tegra_cbb_register()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Connection.v1_4_0.json | 244 …s connection. Some fabrics require permission checks on transactions from authorized initiators.", 830 …nitiator-visible logical unit number (LUN) assigned to this volume for initiators referenced by th…
|