Searched refs:system_supports_mte (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dmman.h17 if (system_supports_mte() && (prot & PROT_MTE))
31 if (system_supports_mte() && (flags & MAP_ANONYMOUS))
46 if (system_supports_mte())
55 if (!system_supports_mte())
H A Dmte.h162 if (!system_supports_mte())
185 if (!system_supports_mte())
193 if (!system_supports_mte())
H A Dpgtable.h54 return !system_supports_mte();
354 if (system_supports_mte() && pte_access_permitted(pte, false) &&
1285 if (system_supports_mte())
1293 if (system_supports_mte())
1299 if (system_supports_mte())
1306 if (system_supports_mte())
H A Duaccess.h421 if (!system_supports_mte())
H A Dcpufeature.h803 static inline bool system_supports_mte(void) function
H A Dkvm_host.h1261 (system_supports_mte() && \
/linux-master/arch/arm64/mm/
H A Dcopypage.c27 if (system_supports_mte() && page_mte_tagged(from)) {
/linux-master/arch/arm64/kernel/
H A Dmte.c64 if (!system_supports_mte() || ret)
233 if (!system_supports_mte())
246 if (!system_supports_mte())
311 if (!system_supports_mte())
327 if (!system_supports_mte())
338 if (!system_supports_mte())
376 if (!system_supports_mte())
504 if (!system_supports_mte())
566 if (!system_supports_mte())
H A Delfcore.c12 if (system_supports_mte()) \
H A Dhibernate.c262 if (!system_supports_mte())
H A Dprocess.c670 if (system_supports_mte())
/linux-master/mm/kasan/
H A Dhw_tags.c223 if (!system_supports_mte())
/linux-master/arch/arm64/kvm/
H A Darm.c89 if (!system_supports_mte() || kvm->created_vcpus) {
286 r = system_supports_mte();

Completed in 177 milliseconds