Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dintel_iommu.c778 static inline bool vtd_pdire_present(VTDPASIDDirEntry *pdire) in vtd_pdire_present() argument
780 return pdire->val & 1; in vtd_pdire_present()
789 VTDPASIDDirEntry *pdire) in vtd_get_pdire_from_pdir_table() argument
798 pdire, entry_size, MEMTXATTRS_UNSPECIFIED)) { in vtd_get_pdire_from_pdir_table()
802 pdire->val = le64_to_cpu(pdire->val); in vtd_get_pdire_from_pdir_table()
850 VTDPASIDDirEntry *pdire, in vtd_get_pe_from_pdire() argument
853 dma_addr_t addr = pdire->val & VTD_PASID_TABLE_BASE_ADDR_MASK; in vtd_get_pe_from_pdire()
870 VTDPASIDDirEntry pdire; in vtd_get_pe_from_pasid_table() local
873 pasid, &pdire); in vtd_get_pe_from_pasid_table()
878 if (!vtd_pdire_present(&pdire)) { in vtd_get_pe_from_pasid_table()
[all …]