Home
last modified time | relevance | path

Searched refs:system_supports_mte (Results 1 – 17 of 17) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dmman.h22 if (system_supports_mte() && (prot & PROT_MTE)) in arch_calc_vm_prot_bits()
45 if (system_supports_mte()) { in arch_calc_vm_flag_bits()
64 if (system_supports_mte()) in arch_validate_prot()
73 if (system_supports_mte()) { in arch_validate_flags()
H A Dhugetlb.h27 if (system_supports_mte()) { in arch_clear_hugetlb_flags()
H A Dmte.h229 if (!system_supports_mte()) in mte_disable_tco_entry()
H A Duaccess.h496 if (!system_supports_mte()) in probe_subpage_writeable()
H A Dpgtable.h452 if (system_supports_mte() && pte_access_permitted_no_overlay(pte, false) && in __sync_cache_and_tags()
1545 if (system_supports_mte()) in arch_swap_invalidate_page()
1551 if (system_supports_mte()) in arch_swap_invalidate_area()
H A Dcpufeature.h812 static inline bool system_supports_mte(void) in system_supports_mte() function
H A Dkvm_host.h1491 (system_supports_mte() && \
/linux/arch/arm64/kernel/
H A Dmte.c81 if (!system_supports_mte() || ret) in memcmp_pages()
272 if (!system_supports_mte()) in mte_thread_init_user()
285 if (!system_supports_mte()) in mte_thread_switch()
350 if (!system_supports_mte()) in mte_suspend_enter()
366 if (!system_supports_mte()) in mte_suspend_exit()
377 if (!system_supports_mte()) in set_mte_ctrl()
418 if (!system_supports_mte()) in get_mte_ctrl()
555 if (!system_supports_mte()) in mte_ptrace_copy_tags()
617 if (!system_supports_mte()) in register_mte_tcf_preferred_sysctl()
H A Delfcore.c12 if (system_supports_mte()) \
H A Dhibernate.c262 if (!system_supports_mte()) in swsusp_mte_save_tags()
H A Dprocess.c859 if (system_supports_mte()) { in set_tagged_addr_ctrl()
/linux/arch/arm64/mm/
H A Dmteswap.c99 if (!system_supports_mte()) in arch_prepare_to_swap()
121 if (!system_supports_mte()) in arch_swap_restore()
H A Dcopypage.c30 if (!system_supports_mte()) in copy_highpage()
H A Dfault.c981 if (!system_supports_mte()) in tag_clear_highpages()
/linux/mm/kasan/
H A Dhw_tags.c239 if (!system_supports_mte()) in kasan_init_hw_tags()
/linux/arch/arm64/kvm/
H A Darm.c147 if (system_supports_mte() && !kvm->created_vcpus) { in kvm_vm_ioctl_enable_cap()
418 r = system_supports_mte(); in kvm_vm_ioctl_check_extension()
2097 if (system_supports_mte()) in cpu_prepare_hyp_mode()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c719 if (system_supports_mte()) in inject_undef64()