Home
last modified time | relevance | path

Searched refs:EDAC_MAX_LAYERS (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dedac.h363 #define EDAC_MAX_LAYERS 3 macro
443 unsigned int location[EDAC_MAX_LAYERS];
508 int pos[EDAC_MAX_LAYERS];
639 u32 *ce_per_layer[EDAC_MAX_LAYERS], *ue_per_layer[EDAC_MAX_LAYERS];
668 u8 fake_inject_layer[EDAC_MAX_LAYERS];
/Linux-v5.4/drivers/edac/
Dedac_mc.c315 u32 *ce_per_layer[EDAC_MAX_LAYERS], *ue_per_layer[EDAC_MAX_LAYERS]; in edac_mc_alloc()
316 unsigned int pos[EDAC_MAX_LAYERS]; in edac_mc_alloc()
323 BUG_ON(n_layers > EDAC_MAX_LAYERS || n_layers == 0); in edac_mc_alloc()
910 const int pos[EDAC_MAX_LAYERS], in edac_inc_ce_error() argument
935 const int pos[EDAC_MAX_LAYERS], in edac_inc_ue_error() argument
960 const int pos[EDAC_MAX_LAYERS], in edac_ce_error() argument
1014 const int pos[EDAC_MAX_LAYERS], in edac_ue_error() argument
1057 int pos[EDAC_MAX_LAYERS] = { e->top_layer, e->mid_layer, e->low_layer }; in edac_raw_mc_handle_error()
1095 int pos[EDAC_MAX_LAYERS] = { top_layer, mid_layer, low_layer }; in edac_mc_handle_error()