Home
last modified time | relevance | path

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

/qemu/include/hw/i386/
H A Dintel_iommu.h277 uint8_t iq_last_desc_type; /* The type of last completed descriptor */ member
/qemu/hw/i386/
H A Dintel_iommu.c2307 (s->iq_last_desc_type == VTD_INV_DESC_WAIT); in vtd_queued_inv_disable_check()
2348 s->iq_head, s->iq_tail, s->iq_last_desc_type); in vtd_handle_gcmd_qie()
2709 s->iq_last_desc_type = VTD_INV_DESC_NONE; in vtd_process_inv_desc()
2715 s->iq_last_desc_type = desc_type; in vtd_process_inv_desc()
3302 VMSTATE_UINT8(iq_last_desc_type, IntelIOMMUState),
3958 s->iq_last_desc_type = VTD_INV_DESC_NONE; in vtd_init()