Searched refs:flpte (Results 1 – 1 of 1) sorted by relevance
1918 static bool vtd_flpte_nonzero_rsvd(uint64_t flpte, uint32_t level) in vtd_flpte_nonzero_rsvd() argument1934 (flpte & VTD_PT_PAGE_SIZE_MASK)) { in vtd_flpte_nonzero_rsvd()1941 return flpte & rsvd_mask; in vtd_flpte_nonzero_rsvd()1944 static inline bool vtd_flpte_present(uint64_t flpte) in vtd_flpte_present() argument1946 return !!(flpte & VTD_FL_P); in vtd_flpte_present()1992 uint64_t flpte, flag_ad = VTD_FL_A; in vtd_iova_to_flpte() local2002 flpte = vtd_get_pte(addr, offset); in vtd_iova_to_flpte()2004 if (flpte == (uint64_t)-1) { in vtd_iova_to_flpte()2013 if (!vtd_flpte_present(flpte)) { in vtd_iova_to_flpte()2020 if (!(flpte & VTD_FL_US)) { in vtd_iova_to_flpte()[all …]