Home
last modified time | relevance | path

Searched refs:MCI_STATUS_ADDRV (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dapei.c39 m.status = MCI_STATUS_VAL | MCI_STATUS_EN | MCI_STATUS_ADDRV | 0x9f; in apei_mce_report_mem_error()
H A Dcore.c545 if (!(m->status & MCI_STATUS_ADDRV)) in mce_usable_address()
699 if (m->status & MCI_STATUS_ADDRV) { in mce_read_aux()
1754 MCI_STATUS_EN|MCI_STATUS_MISCV|MCI_STATUS_ADDRV| in quirk_sandybridge_ifu()
1758 MCI_STATUS_MISCV|MCI_STATUS_ADDRV|MCI_STATUS_S| in quirk_sandybridge_ifu()
H A Dseverity.c70 #define MCI_ADDR (MCI_STATUS_ADDRV|MCI_STATUS_MISCV)
H A Damd.c900 if (m.status & MCI_STATUS_ADDRV) { in __log_error()
945 if (status & MCI_STATUS_ADDRV) in _log_error_bank()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dmce_amd.c1069 ((m->status & MCI_STATUS_ADDRV) ? "AddrV" : "-"), in amd_decode_mce()
1101 if (m->status & MCI_STATUS_ADDRV) in amd_decode_mce()
H A Di10nm_base.c218 m.status = MCI_STATUS_ADDRV + 0x90; in debugfs_u64_set()
H A Dskx_common.c580 if ((mce->status & 0xefff) >> 7 != 1 || !(mce->status & MCI_STATUS_ADDRV)) in skx_mce_check_error()
H A Dpnd2_edac.c1198 if (!(m->status & MCI_STATUS_ADDRV)) in pnd2_mce_output_error()
1460 m.status = MCI_STATUS_ADDRV + 0x9f; in debugfs_u64_set()
H A Dskx_base.c605 m.status = MCI_STATUS_ADDRV + 0x90; in debugfs_u64_set()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmce.h38 #define MCI_STATUS_ADDRV BIT_ULL(58) /* addr reg. valid */ macro