Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dmce_power.c372 struct mce_error_info *mce_err, uint64_t *addr, in mce_handle_ierror() argument
399 mce_err->error_type = table[i].error_type; in mce_handle_ierror()
402 mce_err->u.ue_error_type = table[i].error_subtype; in mce_handle_ierror()
405 mce_err->u.slb_error_type = table[i].error_subtype; in mce_handle_ierror()
408 mce_err->u.erat_error_type = table[i].error_subtype; in mce_handle_ierror()
411 mce_err->u.tlb_error_type = table[i].error_subtype; in mce_handle_ierror()
414 mce_err->u.user_error_type = table[i].error_subtype; in mce_handle_ierror()
417 mce_err->u.ra_error_type = table[i].error_subtype; in mce_handle_ierror()
420 mce_err->u.link_error_type = table[i].error_subtype; in mce_handle_ierror()
423 mce_err->severity = table[i].severity; in mce_handle_ierror()
[all …]
Dmce.c58 struct mce_error_info *mce_err) in mce_set_error_info() argument
60 mce->error_type = mce_err->error_type; in mce_set_error_info()
61 switch (mce_err->error_type) { in mce_set_error_info()
63 mce->u.ue_error.ue_error_type = mce_err->u.ue_error_type; in mce_set_error_info()
66 mce->u.slb_error.slb_error_type = mce_err->u.slb_error_type; in mce_set_error_info()
69 mce->u.erat_error.erat_error_type = mce_err->u.erat_error_type; in mce_set_error_info()
72 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()
75 mce->u.user_error.user_error_type = mce_err->u.user_error_type; in mce_set_error_info()
78 mce->u.ra_error.ra_error_type = mce_err->u.ra_error_type; in mce_set_error_info()
81 mce->u.link_error.link_error_type = mce_err->u.link_error_type; in mce_set_error_info()
[all …]
/Linux-v4.19/arch/powerpc/include/asm/
Dmce.h206 struct mce_error_info *mce_err, uint64_t nip,