freebsd-dev/sys/x86/iommu
Mark Johnston b119329d81 Complete the removal of the "wire_count" field from struct vm_page.
Convert all remaining references to that field to "ref_count" and update
comments accordingly.  No functional change intended.

Reviewed by:	alc, kib
Sponsored by:	Intel, Netflix
Differential Revision:	https://reviews.freebsd.org/D21768
2019-09-25 16:11:35 +00:00
..
busdma_dmar.c another occurrence where a very large dma mapping can cause integer overflow 2019-06-05 13:08:21 +00:00
busdma_dmar.h sys/x86: further adoption of SPDX licensing ID tags. 2017-11-27 15:11:47 +00:00
intel_ctx.c remove the 4GB boundary requirement on PCI DMA segments 2019-04-19 13:43:33 +00:00
intel_dmar.h Correct handling of RMRR during early enumeration stages. 2019-04-18 14:18:06 +00:00
intel_drv.c PR: 239143 2019-07-14 21:08:54 +00:00
intel_fault.c iommu static analysis cleanup 2019-05-16 04:24:08 +00:00
intel_gas.c iommu static analysis cleanup 2019-05-16 04:24:08 +00:00
intel_idpgtbl.c Complete the removal of the "wire_count" field from struct vm_page. 2019-09-25 16:11:35 +00:00
intel_intrmap.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
intel_qi.c iommu static analysis cleanup 2019-05-16 04:24:08 +00:00
intel_quirks.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
intel_reg.h sys/x86: further adoption of SPDX licensing ID tags. 2017-11-27 15:11:47 +00:00
intel_utils.c Correct handling of RMRR during early enumeration stages. 2019-04-18 14:18:06 +00:00
iommu_intrmap.h