diff options
Diffstat (limited to 'Documentation/ABI/testing/sysfs-class-cxl')
| -rw-r--r-- | Documentation/ABI/testing/sysfs-class-cxl | 12 | 
1 files changed, 11 insertions, 1 deletions
| diff --git a/Documentation/ABI/testing/sysfs-class-cxl b/Documentation/ABI/testing/sysfs-class-cxl index 640f65e79ef1..bbbabffc682a 100644 --- a/Documentation/ABI/testing/sysfs-class-cxl +++ b/Documentation/ABI/testing/sysfs-class-cxl @@ -69,7 +69,9 @@ Date:           September 2014  Contact:        [email protected]  Description:    read/write                  Set the mode for prefaulting in segments into the segment table -                when performing the START_WORK ioctl. Possible values: +                when performing the START_WORK ioctl. Only applicable when +                running under hashed page table mmu. +                Possible values:                          none: No prefaulting (default)                          work_element_descriptor: Treat the work element                                   descriptor as an effective address and @@ -244,3 +246,11 @@ Description:    read only                  Returns 1 if the psl timebase register is synchronized                  with the core timebase register, 0 otherwise.  Users:          https://github.com/ibm-capi/libcxl + +What:           /sys/class/cxl/<card>/tunneled_ops_supported +Date:           May 2018 +Contact:        [email protected] +Description:    read only +                Returns 1 if tunneled operations are supported in capi mode, +                0 otherwise. +Users:          https://github.com/ibm-capi/libcxl |