Searched refs:EDAC_MAX_LAYERS (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ |
D | edac.h | 362 #define EDAC_MAX_LAYERS 3 macro 442 unsigned location[EDAC_MAX_LAYERS]; 505 int pos[EDAC_MAX_LAYERS]; 636 u32 *ce_per_layer[EDAC_MAX_LAYERS], *ue_per_layer[EDAC_MAX_LAYERS]; 665 u8 fake_inject_layer[EDAC_MAX_LAYERS];
|
/Linux-v4.19/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() 922 const int pos[EDAC_MAX_LAYERS], in edac_inc_ce_error() argument 947 const int pos[EDAC_MAX_LAYERS], in edac_inc_ue_error() argument 972 const int pos[EDAC_MAX_LAYERS], in edac_ce_error() argument 1026 const int pos[EDAC_MAX_LAYERS], in edac_ue_error() argument 1069 int pos[EDAC_MAX_LAYERS] = { e->top_layer, e->mid_layer, e->low_layer }; in edac_raw_mc_handle_error() 1107 int pos[EDAC_MAX_LAYERS] = { top_layer, mid_layer, low_layer }; in edac_mc_handle_error()
|