Lines Matching defs:ec
131 static bool f12h_dc_mce(u16 ec, u8 xec) in f12h_dc_mce()
149 static bool f10h_dc_mce(u16 ec, u8 xec) in f10h_dc_mce()
158 static bool k8_dc_mce(u16 ec, u8 xec) in k8_dc_mce()
168 static bool f14h_dc_mce(u16 ec, u8 xec) in f14h_dc_mce()
220 static bool f15h_dc_mce(u16 ec, u8 xec) in f15h_dc_mce()
270 u16 ec = EC(m->status); in amd_decode_dc_mce() local
289 static bool k8_ic_mce(u16 ec, u8 xec) in k8_ic_mce()
323 static bool f14h_ic_mce(u16 ec, u8 xec) in f14h_ic_mce()
342 static bool f15h_ic_mce(u16 ec, u8 xec) in f15h_ic_mce()
370 u16 ec = EC(m->status); in amd_decode_ic_mce() local
390 u16 ec = EC(m->status); in amd_decode_bu_mce() local
432 u16 ec = EC(m->status); in amd_decode_cu_mce() local
472 u16 ec = EC(m->status); in amd_decode_ls_mce() local
499 static bool k8_nb_mce(u16 ec, u8 xec) in k8_nb_mce()
536 static bool f10h_nb_mce(u16 ec, u8 xec) in f10h_nb_mce()
590 static bool nb_noop_mce(u16 ec, u8 xec) in nb_noop_mce()
599 u16 ec = EC(m->status); in amd_decode_nb_mce() local
710 static inline void amd_decode_err_code(u16 ec) in amd_decode_err_code()