Lines Matching +full:l2 +full:- +full:ecc
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
40 * CPU caches (L1 and L2)
45 * other EDAC/ECC type devices that can be monitored for
50 * cache could be composed of L1, L2 and L3 levels of cache.
52 * L2 and maybe L3 caches.
58 * cpu/cpu0/.. <L1 and L2 block directory>
59 * /L1-cache/ce_count
61 * /L2-cache/ce_count
63 * cpu/cpu1/.. <L1 and L2 block directory>
64 * /L1-cache/ce_count
66 * /L2-cache/ce_count
70 * the L1 and L2 directories would be "edac_device_block's"
238 * -1 indicating no offset value
239 * 0 for zero-based block numbers
240 * 1 for 1-based block number
241 * other for other-based block number
243 #define BLOCK_OFFSET_VALUE_OFF ((unsigned) -1)
248 * edac_device_add_device - Insert the 'edac_dev' structure into the
261 * edac_device_del_device - Remove sysfs entries for specified edac_device
275 * edac_device_handle_ce_count - Log correctable errors.
288 * edac_device_handle_ue_count - Log uncorrectable errors.
343 kfree(ci->pvt_info); in __edac_device_free_ctl_info()
344 kfree(ci->blocks); in __edac_device_free_ctl_info()
345 kfree(ci->instances); in __edac_device_free_ctl_info()