Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dmce.c161 mce->u.ue_error.effective_address = addr; in save_mce_event()
164 mce->u.ue_error.physical_address = phys_addr; in save_mce_event()
317 if (evt->u.ue_error.ignore_event) { in machine_process_ue_event()
325 pfn = evt->u.ue_error.physical_address >> in machine_process_ue_event()
357 evt->u.ue_error.ignore_event) { in machine_check_process_queued_event()
480 subtype = evt->u.ue_error.ue_error_type < in machine_check_print_event_info()
482 mc_ue_types[evt->u.ue_error.ue_error_type] in machine_check_print_event_info()
484 if (evt->u.ue_error.effective_address_provided) in machine_check_print_event_info()
485 ea = evt->u.ue_error.effective_address; in machine_check_print_event_info()
486 if (evt->u.ue_error.physical_address_provided) in machine_check_print_event_info()
[all …]
/linux/arch/powerpc/include/asm/
A Dmce.h137 } ue_error; member
/linux/arch/powerpc/platforms/pseries/
A Dpapr_scm.c1101 phys_addr = evt->u.ue_error.physical_address + in handle_mce_ue()
1102 (evt->u.ue_error.effective_address & ~PAGE_MASK); in handle_mce_ue()
1104 if (!evt->u.ue_error.physical_address_provided || in handle_mce_ue()

Completed in 7 milliseconds