Searched refs:pdire (Results 1 – 1 of 1) sorted by relevance
824 static inline bool vtd_pdire_present(VTDPASIDDirEntry *pdire) in vtd_pdire_present() argument826 return pdire->val & 1; in vtd_pdire_present()835 VTDPASIDDirEntry *pdire) in vtd_get_pdire_from_pdir_table() argument844 pdire, entry_size, MEMTXATTRS_UNSPECIFIED)) { in vtd_get_pdire_from_pdir_table()848 pdire->val = le64_to_cpu(pdire->val); in vtd_get_pdire_from_pdir_table()903 VTDPASIDDirEntry *pdire, in vtd_get_pe_from_pdire() argument906 dma_addr_t addr = pdire->val & VTD_PASID_TABLE_BASE_ADDR_MASK; in vtd_get_pe_from_pdire()923 VTDPASIDDirEntry pdire; in vtd_get_pe_from_pasid_table() local926 pasid, &pdire); in vtd_get_pe_from_pasid_table()931 if (!vtd_pdire_present(&pdire)) { in vtd_get_pe_from_pasid_table()[all …]