Symbol: system_supports_mte
arch/arm64/include/asm/hugetlb.h
27
if (system_supports_mte()) {
arch/arm64/include/asm/kvm_host.h
1491
(system_supports_mte() && \
arch/arm64/include/asm/mman.h
22
if (system_supports_mte() && (prot & PROT_MTE))
arch/arm64/include/asm/mman.h
45
if (system_supports_mte()) {
arch/arm64/include/asm/mman.h
64
if (system_supports_mte())
arch/arm64/include/asm/mman.h
73
if (system_supports_mte()) {
arch/arm64/include/asm/mte.h
229
if (!system_supports_mte())
arch/arm64/include/asm/pgtable.h
1545
if (system_supports_mte())
arch/arm64/include/asm/pgtable.h
1551
if (system_supports_mte())
arch/arm64/include/asm/pgtable.h
452
if (system_supports_mte() && pte_access_permitted_no_overlay(pte, false) &&
arch/arm64/include/asm/uaccess.h
496
if (!system_supports_mte())
arch/arm64/kernel/elfcore.c
12
if (system_supports_mte()) \
arch/arm64/kernel/hibernate.c
262
if (!system_supports_mte())
arch/arm64/kernel/mte.c
272
if (!system_supports_mte())
arch/arm64/kernel/mte.c
285
if (!system_supports_mte())
arch/arm64/kernel/mte.c
350
if (!system_supports_mte())
arch/arm64/kernel/mte.c
366
if (!system_supports_mte())
arch/arm64/kernel/mte.c
377
if (!system_supports_mte())
arch/arm64/kernel/mte.c
418
if (!system_supports_mte())
arch/arm64/kernel/mte.c
555
if (!system_supports_mte())
arch/arm64/kernel/mte.c
617
if (!system_supports_mte())
arch/arm64/kernel/mte.c
81
if (!system_supports_mte() || ret)
arch/arm64/kernel/process.c
859
if (system_supports_mte()) {
arch/arm64/kvm/arm.c
147
if (system_supports_mte() && !kvm->created_vcpus) {
arch/arm64/kvm/arm.c
2097
if (system_supports_mte())
arch/arm64/kvm/arm.c
418
r = system_supports_mte();
arch/arm64/kvm/hyp/nvhe/hyp-main.c
719
if (system_supports_mte())
arch/arm64/mm/copypage.c
30
if (!system_supports_mte())
arch/arm64/mm/fault.c
981
if (!system_supports_mte())
arch/arm64/mm/mteswap.c
121
if (!system_supports_mte())
arch/arm64/mm/mteswap.c
99
if (!system_supports_mte())
mm/kasan/hw_tags.c
239
if (!system_supports_mte())