Searched refs:running_with_mte (Results 1 – 3 of 3) sorted by relevance
104 if (!mte_supported() || !running_with_mte()) { in TEST()176 } else if (mte_supported() && running_with_mte()) { in TEST()210 if (!mte_supported() || !running_with_mte()) { in TEST()
42 if (mte_supported() && running_with_mte()) { in test_tag_mismatch()
307 static inline bool running_with_mte() { in running_with_mte() function