mpf_checksum      160 arch/x86/kernel/mpparse.c 	if (mpf_checksum((unsigned char *)mpc, mpc->length)) {
mpf_checksum      590 arch/x86/kernel/mpparse.c 		    !mpf_checksum((unsigned char *)bp, 16) &&
mpf_checksum      812 arch/x86/kernel/mpparse.c 	mpc->checksum -= mpf_checksum((unsigned char *)mpc, mpc->length);
mpf_checksum      906 arch/x86/kernel/mpparse.c 		old = mpf_checksum((unsigned char *)mpc, mpc->length);
mpf_checksum      908 arch/x86/kernel/mpparse.c 		new = mpf_checksum((unsigned char *)mpc, mpc->length);
mpf_checksum      941 arch/x86/kernel/mpparse.c 		mpf->checksum -= mpf_checksum((unsigned char *)mpf, 16);