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.c780 return pdire->val & 1; in vtd_pdire_present()
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
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()
882 ret = vtd_get_pe_from_pdire(s, pasid, &pdire, pe); in vtd_get_pe_from_pasid_table()
918 VTDPASIDDirEntry pdire; in vtd_ce_get_pasid_fpd() local
935 if (pdire.val & VTD_PASID_DIR_FPD) { in vtd_ce_get_pasid_fpd()
940 if (!vtd_pdire_present(&pdire)) { in vtd_ce_get_pasid_fpd()
[all …]