Symbol: system_supports_mte
arch/arm64/include/asm/hugetlb.h
27
if (system_supports_mte()) {
arch/arm64/include/asm/kvm_host.h
1533
(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
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
353
if (!system_supports_mte())
arch/arm64/kernel/mte.c
372
if (!system_supports_mte())
arch/arm64/kernel/mte.c
383
if (!system_supports_mte())
arch/arm64/kernel/mte.c
424
if (!system_supports_mte())
arch/arm64/kernel/mte.c
561
if (!system_supports_mte())
arch/arm64/kernel/mte.c
623
if (!system_supports_mte())
arch/arm64/kernel/mte.c
81
if (!system_supports_mte() || ret)
arch/arm64/kernel/process.c
891
if (system_supports_mte()) {
arch/arm64/kvm/arm.c
152
if (system_supports_mte() && !kvm->created_vcpus) {
arch/arm64/kvm/arm.c
2142
if (system_supports_mte())
arch/arm64/kvm/arm.c
432
r = system_supports_mte();
arch/arm64/kvm/hyp/nvhe/hyp-main.c
849
if (system_supports_mte())
arch/arm64/mm/copypage.c
30
if (!system_supports_mte())
arch/arm64/mm/fault.c
1028
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())