link_error        184 arch/powerpc/include/asm/mce.h 		} link_error;
link_error         74 arch/powerpc/kernel/mce.c 		mce->u.link_error.link_error_type = mce_err->u.link_error_type;
link_error        144 arch/powerpc/kernel/mce.c 		mce->u.link_error.effective_address_provided = true;
link_error        145 arch/powerpc/kernel/mce.c 		mce->u.link_error.effective_address = addr;
link_error        494 arch/powerpc/kernel/mce.c 		subtype = evt->u.link_error.link_error_type <
link_error        496 arch/powerpc/kernel/mce.c 			mc_link_types[evt->u.link_error.link_error_type]
link_error        498 arch/powerpc/kernel/mce.c 		if (evt->u.link_error.effective_address_provided)
link_error        499 arch/powerpc/kernel/mce.c 			ea = evt->u.link_error.effective_address;