@@ -82,7 +82,11 @@ Description:
82
82
whether it resides in persistent capacity, volatile capacity,
83
83
or the LSA, is made permanently unavailable by whatever means
84
84
is appropriate for the media type. This functionality requires
85
- the device to be not be actively decoding any HPA ranges.
85
+ the device to be disabled, that is, not actively decoding any
86
+ HPA ranges. This permits avoiding explicit global CPU cache
87
+ management, relying instead for it to be done when a region
88
+ transitions between software programmed and hardware committed
89
+ states.
86
90
87
91
88
92
What /sys/bus/cxl/devices/memX/security/erase
92
96
Description:
93
97
(WO) Write a boolean 'true' string value to this attribute to
94
98
secure erase user data by changing the media encryption keys for
95
- all user data areas of the device.
99
+ all user data areas of the device. This functionality requires
100
+ the device to be disabled, that is, not actively decoding any
101
+ HPA ranges. This permits avoiding explicit global CPU cache
102
+ management, relying instead for it to be done when a region
103
+ transitions between software programmed and hardware committed
104
+ states.
96
105
97
106
98
107
What: /sys/bus/cxl/devices/memX/firmware/
0 commit comments