mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Given that the platform TSM owns IDE Stream ID allocation, report the active streams via the TSM class device. Establish a symlink from the class device to the PCI endpoint device consuming the stream, named by the Stream ID. Acked-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com> Reviewed-by: Alexey Kardashevskiy <aik@amd.com> Link: https://patch.msgid.link/20251031212902.2256310-10-dan.j.williams@intel.com Signed-off-by: Dan Williams <dan.j.williams@intel.com>
20 lines
889 B
Plaintext
20 lines
889 B
Plaintext
What: /sys/class/tsm/tsmN
|
|
Contact: linux-coco@lists.linux.dev
|
|
Description:
|
|
"tsmN" is a device that represents the generic attributes of a
|
|
platform TEE Security Manager. It is typically a child of a
|
|
platform enumerated TSM device. /sys/class/tsm/tsmN/uevent
|
|
signals when the PCI layer is able to support establishment of
|
|
link encryption and other device-security features coordinated
|
|
through a platform tsm.
|
|
|
|
What: /sys/class/tsm/tsmN/streamH.R.E
|
|
Contact: linux-pci@vger.kernel.org
|
|
Description:
|
|
(RO) When a host bridge has established a secure connection via
|
|
the platform TSM, symlink appears. The primary function of this
|
|
is have a system global review of TSM resource consumption
|
|
across host bridges. The link points to the endpoint PCI device
|
|
and matches the same link published by the host bridge. See
|
|
Documentation/ABI/testing/sysfs-devices-pci-host-bridge.
|