Searched refs:grain_bits (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/ras/ |
| D | ras_event.h | 109 const u8 grain_bits, 114 top_layer, mid_layer, low_layer, address, grain_bits, 127 __field( u8, grain_bits ) 142 __entry->grain_bits = grain_bits; 159 1 << __entry->grain_bits,
|
| /Linux-v5.4/drivers/edac/ |
| D | ghes_edac.c | 204 u8 grain_bits; in ghes_edac_report_mem_error() local 437 grain_bits = fls_long(e->grain); in ghes_edac_report_mem_error() 443 grain_bits, e->syndrome, pvt->detail_location); in ghes_edac_report_mem_error()
|
| D | edac_mc.c | 1097 u8 grain_bits; in edac_mc_handle_error() local 1241 grain_bits = fls_long(e->grain - 1); in edac_mc_handle_error() 1249 grain_bits, e->syndrome, e->other_detail); in edac_mc_handle_error()
|