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

/freebsd-13-stable/sys/powerpc/include/
H A Dintr_machdep.h41 #define MSI_INTEL_ADDR_BASE 0xfee00000 macro
/freebsd-13-stable/sys/x86/include/
H A Dintr_machdep.h65 #define MSI_INTEL_ADDR_BASE 0xfee00000 macro
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_intrmap.c116 *addr = MSI_INTEL_ADDR_BASE | ((cpu & 0xff) << 12);
137 *addr = MSI_INTEL_ADDR_BASE | ((cookie & 0x7fff) << 5) |
/freebsd-13-stable/sys/x86/x86/
H A Dmsi.c95 (MSI_INTEL_ADDR_BASE | (msi)->msi_cpu << 12 | \
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c1547 KASSERT((laddr & MSI_INTEL_ADDR_BASE) == MSI_INTEL_ADDR_BASE,
1549 MSI_INTEL_ADDR_BASE));
2085 intel_ntb_reg_write(8, xlat_reg, MSI_INTEL_ADDR_BASE);
2089 intel_ntb_reg_write(4, xlat_reg, MSI_INTEL_ADDR_BASE);
/freebsd-13-stable/sys/dev/pci/
H A Dpci.c906 if (addr != MSI_INTEL_ADDR_BASE)
913 addr = MSI_INTEL_ADDR_BASE;

Completed in 87 milliseconds