Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Ddebugfs.c243 if (!context_present(context)) in ctx_tbl_walk()
392 if (!context || !context_present(context)) in domain_translation_struct_show()
H A Diommu.c656 if (!context_present(ctx_entry)) { in dmar_fault_dump_ptes()
665 if (!context_present(ctx_entry)) { in dmar_fault_dump_ptes()
1480 if (context_present(context) && !context_copied(iommu, bus, devfn)) in domain_context_mapping_one()
1980 if (!context_present(&ce)) in copy_context_table()
4356 if (context_present(context) && !context_copied(iommu, bus, devfn)) { in context_setup_pass_through()
H A Dpasid.c1020 if (context_present(context) && !context_copied(iommu, bus, devfn)) { in device_pasid_table_setup()
H A Diommu.h918 static inline bool context_present(struct context_entry *context) in context_present() function