Home
last modified time | relevance | path

Searched refs:tag_ecc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dmips-cm.c463 unsigned long tag_ecc = (cm_error >> 57) & 0x1; in mips_cm_error_report() local
474 tag_ecc ? "TAG" : "DATA", in mips_cm_error_report()
475 tag_ecc ? (unsigned long)ffs(tag_way_bits) - 1 : in mips_cm_error_report()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dmips-cm.c469 unsigned long tag_ecc = (cm_error >> 57) & 0x1; in mips_cm_error_report() local
480 tag_ecc ? "TAG" : "DATA", in mips_cm_error_report()
481 tag_ecc ? (unsigned long)ffs(tag_way_bits) - 1 : in mips_cm_error_report()

Completed in 2 milliseconds