Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Dpt_fmt_defaults.h72 static inline bool pt_dirty_supported(struct pt_common *common) in pt_dirty_supported() function
78 #ifndef pt_dirty_supported
79 static inline bool pt_dirty_supported(struct pt_common *common) in pt_dirty_supported() function
H A Dpt_common.h115 static inline bool pt_dirty_supported(struct pt_common *common);
H A Dkunit_generic_pt.h667 if (!pt_dirty_supported(priv->common)) in test_dirty()