Home
last modified time | relevance | path

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

/freebsd/sys/arm64/iommu/
H A Dsmmu.c138 #define EVTQ_ENTRY_DWORDS 4 macro
352 SMMU_EVENTQ_PROD, SMMU_EVENTQ_CONS, EVTQ_ENTRY_DWORDS); in smmu_init_queues()
424 evtq->lc.cons * EVTQ_ENTRY_DWORDS * 8); in smmu_evtq_dequeue()
425 memcpy(evt, entry_addr, EVTQ_ENTRY_DWORDS * 8); in smmu_evtq_dequeue()
1076 uint32_t evt[EVTQ_ENTRY_DWORDS * 2]; in smmu_event_intr()