Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmca.c275 cmci_supported(uint64_t mcg_cap) in cmci_supported() argument
283 return ((mcg_cap & MCG_CAP_CMCI_P) != 0); in cmci_supported()
287 tes_supported(uint64_t mcg_cap) in tes_supported() argument
296 return ((mcg_cap & MCG_CAP_TES_P) != 0); in tes_supported()
300 ser_supported(uint64_t mcg_cap) in ser_supported() argument
303 return (tes_supported(mcg_cap) && (mcg_cap & MCG_CAP_SER_P) != 0); in ser_supported()
774 mca_is_mce(uint64_t mcg_cap, uint64_t status, bool *recoverablep) in mca_is_mce() argument
786 if (!ser_supported(mcg_cap)) { in mca_is_mce()
810 mca_check_status(enum scan_mode mode, uint64_t mcg_cap, int bank, in mca_check_status() argument
838 mce = mca_is_mce(mcg_cap, status, &recover); in mca_check_status()
[all …]
/freebsd/sys/contrib/xen/
H A Ddomctl.h667 uint64_aligned_t mcg_cap; member