Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dintr_machdep.h65 #define MSI_INTEL_ADDR_BASE 0xfee00000 macro
/f-stack/freebsd/x86/iommu/
H A Dintel_intrmap.c116 *addr = MSI_INTEL_ADDR_BASE | ((cpu & 0xff) << 12); in iommu_map_msi_intr()
137 *addr = MSI_INTEL_ADDR_BASE | ((cookie & 0x7fff) << 5) | in iommu_map_msi_intr()
/f-stack/freebsd/x86/x86/
H A Dmsi.c95 (MSI_INTEL_ADDR_BASE | (msi)->msi_cpu << 12 | \