Searched refs:IOAPIC_MEM_REGION (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/x86/x86/
H A Dio_apic.c58 #define IOAPIC_MEM_REGION 32 macro
618 apic = pmap_mapdev(addr, IOAPIC_MEM_REGION);
625 pmap_unmapdev((vm_offset_t)apic, IOAPIC_MEM_REGION);
1138 apic_add_resource(dev, i, io->io_paddr, IOAPIC_MEM_REGION);

Completed in 85 milliseconds