Symbol: system_supports_mte
arch/arm64/include/asm/hugetlb.h
27
if (system_supports_mte()) {
arch/arm64/include/asm/kvm_host.h
1511
(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
1556
if (system_supports_mte())
arch/arm64/include/asm/pgtable.h
1562
if (system_supports_mte())
arch/arm64/include/asm/pgtable.h
448
if (system_supports_mte() && pte_access_permitted_no_overlay(pte, false) &&
arch/arm64/include/asm/uaccess.h
495
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
273
if (!system_supports_mte())
arch/arm64/kernel/mte.c
286
if (!system_supports_mte())
arch/arm64/kernel/mte.c
354
if (!system_supports_mte())
arch/arm64/kernel/mte.c
373
if (!system_supports_mte())
arch/arm64/kernel/mte.c
384
if (!system_supports_mte())
arch/arm64/kernel/mte.c
425
if (!system_supports_mte())
arch/arm64/kernel/mte.c
559
if (!system_supports_mte())
arch/arm64/kernel/mte.c
621
if (!system_supports_mte())
arch/arm64/kernel/mte.c
82
if (!system_supports_mte() || ret)
arch/arm64/kernel/process.c
892
if (system_supports_mte()) {
arch/arm64/kvm/arm.c
157
if (!system_supports_mte() || kvm->created_vcpus)
arch/arm64/kvm/arm.c
2177
if (system_supports_mte())
arch/arm64/kvm/arm.c
447
r = system_supports_mte();
arch/arm64/kvm/hyp/nvhe/hyp-main.c
872
if (system_supports_mte())
arch/arm64/mm/copypage.c
30
if (!system_supports_mte())
arch/arm64/mm/fault.c
1033
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())