Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dmce.c164 mce->u.ue_error.effective_address = addr; in save_mce_event()
167 mce->u.ue_error.physical_address = phys_addr; in save_mce_event()
303 if (evt->u.ue_error.ignore_event) { in machine_process_ue_event()
311 pfn = evt->u.ue_error.physical_address >> in machine_process_ue_event()
343 evt->u.ue_error.ignore_event) { in machine_check_process_queued_event()
487 subtype = evt->u.ue_error.ue_error_type < in machine_check_print_event_info()
489 mc_ue_types[evt->u.ue_error.ue_error_type] in machine_check_print_event_info()
491 if (evt->u.ue_error.effective_address_provided) in machine_check_print_event_info()
492 ea = evt->u.ue_error.effective_address; in machine_check_print_event_info()
493 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.c1331 phys_addr = evt->u.ue_error.physical_address + in handle_mce_ue()
1332 (evt->u.ue_error.effective_address & ~PAGE_MASK); in handle_mce_ue()
1334 if (!evt->u.ue_error.physical_address_provided || in handle_mce_ue()

Completed in 13 milliseconds