Home
last modified time | relevance | path

Searched refs:MCI_MISC_ADDR_PHYS (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c51 m.misc = (MCI_MISC_ADDR_PHYS << 6) | lsb; in apei_mce_report_mem_error()
H A Dintel.c513 if (MCI_MISC_ADDR_MODE(m->misc) != MCI_MISC_ADDR_PHYS) in intel_mce_usable_address()
/linux/arch/x86/include/asm/
H A Dmce.h89 #define MCI_MISC_ADDR_PHYS 2 /* physical address */ macro