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()
653 if (!context_present(ctx_entry)) { in dmar_fault_dump_ptes()662 if (!context_present(ctx_entry)) { in dmar_fault_dump_ptes()1542 if (context_present(context) && !context_copied(iommu, bus, devfn)) in domain_context_mapping_one()2040 if (!context_present(&ce)) in copy_context_table()4301 if (context_present(context) && !context_copied(iommu, bus, devfn)) { in context_setup_pass_through()
1018 if (context_present(context) && !context_copied(iommu, bus, devfn)) { in device_pasid_table_setup()
902 static inline bool context_present(struct context_entry *context) in context_present() function