Home
last modified time | relevance | path

Searched refs:mpf_checksum (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/x86/kernel/
Dmpparse.c39 static int __init mpf_checksum(unsigned char *mp, int len) in mpf_checksum() function
159 if (mpf_checksum((unsigned char *)mpc, mpc->length)) { in smp_check_mpc()
584 !mpf_checksum((unsigned char *)bp, 16) && in smp_scan_config()
799 mpc->checksum -= mpf_checksum((unsigned char *)mpc, mpc->length); in replace_intsrc_all()
882 old = mpf_checksum((unsigned char *)mpc, mpc->length); in update_mp_table()
884 new = mpf_checksum((unsigned char *)mpc, mpc->length); in update_mp_table()
906 mpf->checksum -= mpf_checksum((unsigned char *)mpf, 16); in update_mp_table()
/linux-3.4.99/arch/x86/kernel/apic/
Dnumaq_32.c194 static int __init mpf_checksum(unsigned char *mp, int len) in mpf_checksum() function
225 if (mpf_checksum((unsigned char *)oemtable, oemtable->length)) { in smp_read_mpc_oem()