Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dmce.c64 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()
145 mce->u.tlb_error.effective_address_provided = true; in save_mce_event()
146 mce->u.tlb_error.effective_address = addr; in save_mce_event()
516 subtype = evt->u.tlb_error.tlb_error_type < in machine_check_print_event_info()
518 mc_tlb_types[evt->u.tlb_error.tlb_error_type] in machine_check_print_event_info()
520 if (evt->u.tlb_error.effective_address_provided) in machine_check_print_event_info()
521 ea = evt->u.tlb_error.effective_address; in machine_check_print_event_info()
/linux/arch/powerpc/include/asm/
H A Dmce.h161 } tlb_error; member