Lines Matching +full:memory +full:- +full:region
1 What: /sys/bus/edac/devices/<dev-name>/scrubX
4 Contact: linux-edac@vger.kernel.org
6 The sysfs EDAC bus devices /<dev-name>/scrubX subdirectory
7 belongs to an instance of memory scrub control feature,
8 where <dev-name> directory corresponds to a device/memory
9 region registered with the EDAC device driver for the
17 What: /sys/bus/edac/devices/<dev-name>/scrubX/addr
20 Contact: linux-edac@vger.kernel.org
22 (RW) The base address of the memory region to be scrubbed
23 for on-demand scrubbing. Setting address starts scrubbing.
26 The readback addr value is non-zero if the requested
27 on-demand scrubbing is in progress, zero otherwise.
29 What: /sys/bus/edac/devices/<dev-name>/scrubX/size
32 Contact: linux-edac@vger.kernel.org
34 (RW) The size of the memory region to be scrubbed
35 (on-demand scrubbing).
37 What: /sys/bus/edac/devices/<dev-name>/scrubX/enable_background
40 Contact: linux-edac@vger.kernel.org
44 What: /sys/bus/edac/devices/<dev-name>/scrubX/min_cycle_duration
47 Contact: linux-edac@vger.kernel.org
50 by the memory scrubber.
52 Device-based scrub: returns the minimum scrub cycle
53 supported by the memory device.
55 Region-based scrub: returns the max of minimum scrub cycles
56 supported by individual memory devices that back the region.
58 What: /sys/bus/edac/devices/<dev-name>/scrubX/max_cycle_duration
61 Contact: linux-edac@vger.kernel.org
64 by the memory scrubber.
66 Device-based scrub: returns the maximum scrub cycle supported
67 by the memory device.
69 Region-based scrub: returns the min of maximum scrub cycles
70 supported by individual memory devices that back the region.
72 If the memory device does not provide maximum scrub cycle
76 What: /sys/bus/edac/devices/<dev-name>/scrubX/current_cycle_duration
79 Contact: linux-edac@vger.kernel.org
82 within the supported range by the memory scrubber.