Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmca.c393 (long long)rec->mr_status); in mca_log()
399 if (rec->mr_status & MC_STATUS_UC) in mca_log()
404 printf("(%lld) ", ((long long)rec->mr_status & in mca_log()
407 if (rec->mr_status & MC_STATUS_PCC) in mca_log()
409 if (rec->mr_status & MC_STATUS_OVER) in mca_log()
411 mca_error = rec->mr_status & MC_STATUS_MCA_ERROR; in mca_log()
517 if (rec->mr_status & MC_STATUS_ADDRV) in mca_log()
519 if (rec->mr_status & MC_STATUS_MISCV) in mca_log()
534 rec->mr_status = status; in mca_check_status()
704 count = (rec->mr_status & MC_STATUS_COR_COUNT) >> 38; in cmci_update()
[all …]
/f-stack/freebsd/x86/include/
H A Dmca.h36 uint64_t mr_status; member