Symbol: pts_feature
drivers/iommu/generic_pt/fmt/amdv1.h
253
if (pts_feature(pts, PT_FEAT_AMDV1_ENCRYPT_TABLES))
drivers/iommu/generic_pt/fmt/amdv1.h
74
if (pts_feature(pts, PT_FEAT_AMDV1_ENCRYPT_TABLES))
drivers/iommu/generic_pt/fmt/amdv1.h
86
if (pts_feature(pts, PT_FEAT_AMDV1_ENCRYPT_TABLES))
drivers/iommu/generic_pt/fmt/riscv.h
119
PT_WARN_ON(!pts_feature(pts, PT_FEAT_RISCV_SVNAPOT_64K));
drivers/iommu/generic_pt/fmt/riscv.h
136
if (pts->level == 0 && pts_feature(pts, PT_FEAT_RISCV_SVNAPOT_64K))
drivers/iommu/generic_pt/fmt/riscv.h
172
if (pts_feature(pts, PT_FEAT_RISCV_SVNAPOT_64K) && pts->level == 0 &&
drivers/iommu/generic_pt/fmt/riscv.h
95
if (pts_feature(pts, PT_FEAT_RISCV_SVNAPOT_64K) &&
drivers/iommu/generic_pt/fmt/x86_64.h
155
if (pts_feature(pts, PT_FEAT_X86_64_AMD_ENCRYPT_TABLES))
drivers/iommu/generic_pt/fmt/x86_64.h
80
if (pts_feature(pts, PT_FEAT_X86_64_AMD_ENCRYPT_TABLES))
drivers/iommu/generic_pt/fmt/x86_64.h
91
if (pts_feature(pts, PT_FEAT_X86_64_AMD_ENCRYPT_TABLES))
drivers/iommu/generic_pt/iommu_pt.h
27
if (pts_feature(pts, PT_FEAT_DMA_INCOHERENT))
drivers/iommu/generic_pt/iommu_pt.h
36
if (pts_feature(pts, PT_FEAT_DMA_INCOHERENT))
drivers/iommu/generic_pt/iommu_pt.h
485
if (pts_feature(pts, PT_FEAT_DMA_INCOHERENT)) {
drivers/iommu/generic_pt/iommu_pt.h
55
if (pts_feature(pts, PT_FEAT_DETAILED_GATHER))
drivers/iommu/generic_pt/iommu_pt.h
62
if (!pts_feature(pts, PT_FEAT_DETAILED_GATHER))
drivers/iommu/generic_pt/iommu_pt.h
705
if (pts_feature(&pts, PT_FEAT_DMA_INCOHERENT) &&