Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dmce.c65 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()
129 mce->u.tlb_error.effective_address_provided = true; in save_mce_event()
130 mce->u.tlb_error.effective_address = addr; in save_mce_event()
467 subtype = evt->u.tlb_error.tlb_error_type < in machine_check_print_event_info()
469 mc_tlb_types[evt->u.tlb_error.tlb_error_type] in machine_check_print_event_info()
471 if (evt->u.tlb_error.effective_address_provided) in machine_check_print_event_info()
472 ea = evt->u.tlb_error.effective_address; in machine_check_print_event_info()
/arch/powerpc/include/asm/
Dmce.h160 } tlb_error; member