Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c432 mapsize = MPFPS_ROM_WIN_LEN; in apic_probe_common()
434 MPFPS_ROM_WIN_LEN, PROT_READ); in apic_probe_common()
438 apic_find_fps_sig(fptr, MPFPS_ROM_WIN_LEN))) { in apic_probe_common()
439 psm_unmap_phys(fptr, MPFPS_ROM_WIN_LEN); in apic_probe_common()
450 psm_unmap_phys(fptr, MPFPS_ROM_WIN_LEN); in apic_probe_common()
457 psm_unmap_phys(fptr, MPFPS_ROM_WIN_LEN); in apic_probe_common()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h402 #define MPFPS_ROM_WIN_LEN 0x10000 macro