Home
last modified time | relevance | path

Searched refs:context_present (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/iommu/intel/
Ddebugfs.c243 if (!context_present(context)) in ctx_tbl_walk()
392 if (!context || !context_present(context)) in domain_translation_struct_show()
Dpasid.c774 if (context_present(context) && !context_copied(iommu, bus, devfn)) { in device_pasid_table_setup()
Diommu.c1656 if (context_present(context) && !context_copied(iommu, bus, devfn)) in domain_context_mapping_one()
2139 if (!context_present(&ce)) in copy_context_table()
4095 if (!context || !context_present(context)) { in context_flip_pri()
4507 if (context_present(context) && !context_copied(iommu, bus, devfn)) { in context_setup_pass_through()
Diommu.h882 static inline bool context_present(struct context_entry *context) in context_present() function