Home
last modified time | relevance | path

Searched refs:scalable_mode_support (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/iommu/intel/
H A Dcap_audit.h116 static inline bool scalable_mode_support(void) in scalable_mode_support() function
123 return scalable_mode_support() && intel_cap_pasid_sanity(); in pasid_mode_support()
128 return scalable_mode_support() && intel_cap_nest_sanity(); in nested_mode_support()
H A Diommu.c1750 if (!scalable_mode_support()) in first_level_by_default()