Searched refs:pdire (Results 1 – 1 of 1) sorted by relevance
778 static inline bool vtd_pdire_present(VTDPASIDDirEntry *pdire) in vtd_pdire_present() argument780 return pdire->val & 1; in vtd_pdire_present()789 VTDPASIDDirEntry *pdire) in vtd_get_pdire_from_pdir_table() argument798 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() argument853 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() local873 pasid, &pdire); in vtd_get_pe_from_pasid_table()878 if (!vtd_pdire_present(&pdire)) { in vtd_get_pe_from_pasid_table()[all …]