Searched refs:tlb_error_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dmce.h156 enum MCE_TlbErrorType tlb_error_type:8; member in struct:machine_check_event::__anon18::__anon22
195 enum MCE_TlbErrorType tlb_error_type:8;
/linux-master/arch/powerpc/kernel/
H A Dmce.c64 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type;
516 subtype = evt->u.tlb_error.tlb_error_type <
518 mc_tlb_types[evt->u.tlb_error.tlb_error_type]
H A Dmce_power.c531 mce_err->u.tlb_error_type = table[i].error_subtype;
633 mce_err->u.tlb_error_type = table[i].error_subtype;
/linux-master/arch/powerpc/platforms/pseries/
H A Dras.c693 mce_err.u.tlb_error_type = MCE_TLB_ERROR_PARITY;
696 mce_err.u.tlb_error_type = MCE_TLB_ERROR_MULTIHIT;
700 mce_err.u.tlb_error_type = MCE_TLB_ERROR_INDETERMINATE;

Completed in 110 milliseconds