Searched refs:pts_feature (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/iommu/generic_pt/fmt/ |
| H A D | riscv.h | 93 if (pts_feature(pts, PT_FEAT_RISCV_SVNAPOT_64K) && in riscvpt_entry_oa() 117 PT_WARN_ON(!pts_feature(pts, PT_FEAT_RISCV_SVNAPOT_64K)); in riscvpt_entry_num_contig_lg2() 134 if (pts->level == 0 && pts_feature(pts, PT_FEAT_RISCV_SVNAPOT_64K)) in riscvpt_contig_count_lg2() 170 if (pts_feature(pts, PT_FEAT_RISCV_SVNAPOT_64K) && pts->level == 0 && in riscvpt_install_leaf_entry()
|
| H A D | x86_64.h | 80 if (pts_feature(pts, PT_FEAT_X86_64_AMD_ENCRYPT_TABLES)) in x86_64_pt_table_pa() 91 if (pts_feature(pts, PT_FEAT_X86_64_AMD_ENCRYPT_TABLES)) in x86_64_pt_entry_oa() 155 if (pts_feature(pts, PT_FEAT_X86_64_AMD_ENCRYPT_TABLES)) in x86_64_pt_install_table()
|
| H A D | amdv1.h | 74 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 D | iommu_pt.h | 27 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() 449 if (pts_feature(pts, PT_FEAT_DMA_INCOHERENT)) { in pt_iommu_new_table() 661 if (pts_feature(&pts, PT_FEAT_DMA_INCOHERENT) && in __map_range()
|
| H A D | pt_defs.h | 215 static __always_inline bool pts_feature(const struct pt_state *pts, in pts_feature() function
|