Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/fmt/
H A Damdv1.h74 if (pts_feature(pts, PT_FEAT_AMDV1_ENCRYPT_TABLES)) in amdv1pt_table_pa()
86 if (pts_feature(pts, PT_FEAT_AMDV1_ENCRYPT_TABLES)) in amdv1pt_entry_oa()
253 if (pts_feature(pts, PT_FEAT_AMDV1_ENCRYPT_TABLES)) in amdv1pt_install_table()
/linux/drivers/iommu/generic_pt/
H A Diommu_pt.h27 if (pts_feature(pts, PT_FEAT_DMA_INCOHERENT)) in flush_writes_range()
36 if (pts_feature(pts, PT_FEAT_DMA_INCOHERENT)) in flush_writes_item()
55 if (pts_feature(pts, PT_FEAT_DETAILED_GATHER)) in gather_range_pages()
62 if (!pts_feature(pts, PT_FEAT_DETAILED_GATHER)) in gather_range_pages()
485 if (pts_feature(pts, PT_FEAT_DMA_INCOHERENT)) {
705 if (pts_feature(&pts, PT_FEAT_DMA_INCOHERENT) &&
H A Dpt_defs.h215 static __always_inline bool pts_feature(const struct pt_state *pts, in pts_feature() function