Searched refs:cm_other (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | mips-cm.c | 373 u64 cm_error, cm_addr, cm_other; in mips_cm_error_report() local 384 cm_other = read_gcr_error_mult(); in mips_cm_error_report() 388 ocause = FIELD_GET(CM_GCR_ERROR_MULT_ERR2ND, cm_other); in mips_cm_error_report() 441 pr_err("CM_OTHER=%08llx %s\n", cm_other, cm2_causes[ocause]); in mips_cm_error_report() 447 ocause = FIELD_GET(CM_GCR_ERROR_MULT_ERR2ND, cm_other); in mips_cm_error_report() 509 pr_err("CM_OTHER=%llx %s\n", cm_other, cm3_causes[ocause]); in mips_cm_error_report()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | mips-cm.c | 379 u64 cm_error, cm_addr, cm_other; in mips_cm_error_report() local 390 cm_other = read_gcr_error_mult(); in mips_cm_error_report() 394 ocause = FIELD_GET(CM_GCR_ERROR_MULT_ERR2ND, cm_other); in mips_cm_error_report() 447 pr_err("CM_OTHER=%08llx %s\n", cm_other, cm2_causes[ocause]); in mips_cm_error_report() 453 ocause = FIELD_GET(CM_GCR_ERROR_MULT_ERR2ND, cm_other); in mips_cm_error_report() 515 pr_err("CM_OTHER=%llx %s\n", cm_other, cm3_causes[ocause]); in mips_cm_error_report()
|
Completed in 2 milliseconds