Searched refs:EDAC_MAX_LAYERS (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/linux/ ! |
D | edac.h | 363 #define EDAC_MAX_LAYERS 3 macro 443 unsigned location[EDAC_MAX_LAYERS]; 506 int pos[EDAC_MAX_LAYERS]; 637 u32 *ce_per_layer[EDAC_MAX_LAYERS], *ue_per_layer[EDAC_MAX_LAYERS]; 666 u8 fake_inject_layer[EDAC_MAX_LAYERS];
|
/linux-4.19.296/drivers/edac/ ! |
D | edac_mc.c | 318 u32 *ce_per_layer[EDAC_MAX_LAYERS], *ue_per_layer[EDAC_MAX_LAYERS]; in edac_mc_alloc() 319 unsigned pos[EDAC_MAX_LAYERS]; in edac_mc_alloc() 326 BUG_ON(n_layers > EDAC_MAX_LAYERS || n_layers == 0); in edac_mc_alloc() 918 const int pos[EDAC_MAX_LAYERS], in edac_inc_ce_error() argument 943 const int pos[EDAC_MAX_LAYERS], in edac_inc_ue_error() argument 968 const int pos[EDAC_MAX_LAYERS], in edac_ce_error() argument 1022 const int pos[EDAC_MAX_LAYERS], in edac_ue_error() argument 1065 int pos[EDAC_MAX_LAYERS] = { e->top_layer, e->mid_layer, e->low_layer }; in edac_raw_mc_handle_error() 1103 int pos[EDAC_MAX_LAYERS] = { top_layer, mid_layer, low_layer }; in edac_mc_handle_error()
|