Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c83 static int apic_checksum(caddr_t bptr, int len);
422 if (apic_checksum((caddr_t)fpsp, fpsp->mpfps_length * 16) != 0) { in apic_probe_common()
486 if (apic_checksum(mpct, mpct_size) != 0) in apic_probe_common()
1331 apic_checksum(caddr_t bptr, int len) in apic_checksum() function