Searched refs:context_present (Results 1 – 4 of 4) sorted by relevance
243 if (!context_present(context)) in ctx_tbl_walk() 392 if (!context || !context_present(context)) in domain_translation_struct_show()
656 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()
1020 if (context_present(context) && !context_copied(iommu, bus, devfn)) { in device_pasid_table_setup()
918 static inline bool context_present(struct context_entry *context) in context_present() function