Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/
Dmce.c64 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()
138 mce->u.tlb_error.effective_address_provided = true; in save_mce_event()
139 mce->u.tlb_error.effective_address = addr; in save_mce_event()
512 subtype = evt->u.tlb_error.tlb_error_type < in machine_check_print_event_info()
514 mc_tlb_types[evt->u.tlb_error.tlb_error_type] in machine_check_print_event_info()
516 if (evt->u.tlb_error.effective_address_provided) in machine_check_print_event_info()
517 ea = evt->u.tlb_error.effective_address; in machine_check_print_event_info()
/linux-6.1.9/arch/powerpc/include/asm/
Dmce.h161 } tlb_error; member