Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dmce.c70 mce->u.ra_error.ra_error_type = mce_err->u.ra_error_type; in mce_set_error_info()
157 mce->u.ra_error.effective_address_provided = true; in save_mce_event()
158 mce->u.ra_error.effective_address = addr; in save_mce_event()
534 subtype = evt->u.ra_error.ra_error_type < in machine_check_print_event_info()
536 mc_ra_types[evt->u.ra_error.ra_error_type] in machine_check_print_event_info()
538 if (evt->u.ra_error.effective_address_provided) in machine_check_print_event_info()
539 ea = evt->u.ra_error.effective_address; in machine_check_print_event_info()
/openbmc/linux/arch/powerpc/include/asm/
H A Dmce.h177 } ra_error; member