Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmpparse.c38 static int __init mpf_checksum(unsigned char *mp, int len) in mpf_checksum() function
152 if (mpf_checksum((unsigned char *)mpc, mpc->length)) { in smp_check_mpc()
572 !mpf_checksum((unsigned char *)bp, 16) && in smp_scan_config()
794 mpc->checksum -= mpf_checksum((unsigned char *)mpc, mpc->length); in replace_intsrc_all()
888 old = mpf_checksum((unsigned char *)mpc, mpc->length); in update_mp_table()
890 new = mpf_checksum((unsigned char *)mpc, mpc->length); in update_mp_table()
923 mpf->checksum -= mpf_checksum((unsigned char *)mpf, 16); in update_mp_table()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dmpspec.c34 mf->mpf_checksum = 0; in mp_write_floating_table()
42 mf->mpf_checksum = table_compute_checksum(mf, mf->mpf_length * 16); in mp_write_floating_table()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmpspec.h26 u8 mpf_checksum; /* Checksum (makes sum 0) */ member