Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Dcap_audit.c46 CHECK_FEATURE_MISMATCH(a, b, cap, caching_mode, CAP_CM_MASK); in check_dmar_capabilities()
92 CHECK_FEATURE_MISMATCH_HOTPLUG(iommu, cap, caching_mode, CAP_CM_MASK); in cap_audit_hotplug()
/openbmc/qemu/include/hw/i386/
H A Dintel_iommu.h263 bool caching_mode; /* RO - is cap CM enabled? */ member
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c3316 if (!s->caching_mode && (new & IOMMU_NOTIFIER_MAP)) { in vtd_iommu_notify_flag_changed()
3414 DEFINE_PROP_BOOL("caching-mode", IntelIOMMUState, caching_mode, FALSE),
4136 if (s->caching_mode) { in vtd_cap_init()
4338 if (object_dynamic_cast(child, "vfio-pci") && !iommu->caching_mode) { in vtd_machine_done_notify_one()
H A Dpc.c1750 if (!intel_iommu->caching_mode) { in pc_hotplug_allowed()