mpf_checksum      259 arch/x86/kernel/mpparse.c 	if (mpf_checksum((unsigned char *)mpc, mpc->mpc_length)) {
mpf_checksum      708 arch/x86/kernel/mpparse.c 		    !mpf_checksum((unsigned char *)bp, 16) &&
mpf_checksum      970 arch/x86/kernel/mpparse.c 	mpc->mpc_checksum -= mpf_checksum((unsigned char *)mpc,
mpf_checksum     1054 arch/x86/kernel/mpparse.c 		old = mpf_checksum((unsigned char *)mpc, mpc->mpc_length);
mpf_checksum     1056 arch/x86/kernel/mpparse.c 		new = mpf_checksum((unsigned char *)mpc, mpc->mpc_length);
mpf_checksum     1077 arch/x86/kernel/mpparse.c 		mpf->mpf_checksum = 0;
mpf_checksum     1078 arch/x86/kernel/mpparse.c 		mpf->mpf_checksum -= mpf_checksum((unsigned char *)mpf, 16);
mpf_checksum      205 arch/x86/kernel/numaq_32.c 	if (mpf_checksum((unsigned char *)oemtable, oemtable->oem_length)) {
mpf_checksum       32 include/asm-x86/mpspec_def.h 	unsigned char mpf_checksum;	/* Checksum (makes sum 0)	*/