tlb_error         160 arch/powerpc/include/asm/mce.h 		} tlb_error;
tlb_error          65 arch/powerpc/kernel/mce.c 		mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type;
tlb_error         129 arch/powerpc/kernel/mce.c 		mce->u.tlb_error.effective_address_provided = true;
tlb_error         130 arch/powerpc/kernel/mce.c 		mce->u.tlb_error.effective_address = addr;
tlb_error         467 arch/powerpc/kernel/mce.c 		subtype = evt->u.tlb_error.tlb_error_type <
tlb_error         469 arch/powerpc/kernel/mce.c 			mc_tlb_types[evt->u.tlb_error.tlb_error_type]
tlb_error         471 arch/powerpc/kernel/mce.c 		if (evt->u.tlb_error.effective_address_provided)
tlb_error         472 arch/powerpc/kernel/mce.c 			ea = evt->u.tlb_error.effective_address;