Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A Dmpparse.c39 static int __init mpf_checksum(unsigned char *mp, int len) in mpf_checksum() function
153 if (mpf_checksum((unsigned char *)mpc, mpc->length)) { in smp_check_mpc()
573 !mpf_checksum((unsigned char *)bp, 16) && in smp_scan_config()
795 mpc->checksum -= mpf_checksum((unsigned char *)mpc, mpc->length); in replace_intsrc_all()
889 old = mpf_checksum((unsigned char *)mpc, mpc->length); in update_mp_table()
891 new = mpf_checksum((unsigned char *)mpc, mpc->length); in update_mp_table()
924 mpf->checksum -= mpf_checksum((unsigned char *)mpf, 16); in update_mp_table()

Completed in 5 milliseconds