Lines Matching +full:directory +full:- +full:based
9 * Based on work by Dan Hollis <goemon at anime dot net> and others.
10 * http://www.anime.net/~goemon/linux-ecc/
15 * Refactored for multi-source files:
18 * Please look at Documentation/driver-api/edac.rst for more info about
58 * mc/ <existing memory device directory>
59 * cpu/cpu0/.. <L1 and L2 block directory>
60 * /L1-cache/ce_count
62 * /L2-cache/ce_count
64 * cpu/cpu1/.. <L1 and L2 block directory>
65 * /L1-cache/ce_count
67 * /L2-cache/ce_count
205 /* sysfs top name under 'edac' directory
251 * -1 indicating no offset value
252 * 0 for zero-based block numbers
253 * 1 for 1-based block number
254 * other for other-based block number
256 #define BLOCK_OFFSET_VALUE_OFF ((unsigned) -1)