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

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_log.c471 event[i] = iommu->aiomt_event_head[i];
519 ASSERT(iommu->aiomt_event_head != NULL);
534 iommu->aiomt_event_head = (uint32_t *)evtail;
545 if ((caddr_t)iommu->aiomt_event_head == evtail)
550 (void *)iommu->aiomt_event_head,
559 iommu->aiomt_event_head += 4;
560 if ((caddr_t)iommu->aiomt_event_head >=
563 iommu->aiomt_event_head =
568 evhead_off = (caddr_t)iommu->aiomt_event_head
H A Damd_iommu_impl.h380 uint32_t *aiomt_event_head; member in struct:amd_iommu
H A Damd_iommu_impl.c465 iommu->aiomt_event_head = (uint32_t *)iommu->aiomt_eventlog;

Completed in 66 milliseconds