Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c341 struct apic_mpfps_hdr *fpsp; in apic_probe_common() local
386 fpsp = (struct apic_mpfps_hdr *)NULL; in apic_probe_common()
397 if (!(fpsp = in apic_probe_common()
403 PRM_DEBUG(fpsp); in apic_probe_common()
404 if (!fpsp) { in apic_probe_common()
430 PRM_DEBUG(fpsp); in apic_probe_common()
431 if (!fpsp) { in apic_probe_common()
437 if (!(fpsp = in apic_probe_common()
446 PRM_DEBUG(fpsp); in apic_probe_common()
448 if (apic_checksum((caddr_t)fpsp, fpsp->mpfps_length * 16) != 0) { in apic_probe_common()
[all …]
/illumos-gate/usr/src/head/
H A Dieeefp.h226 struct _fpstate *fpsp; /* address of saved 387 state */ member