Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dmte.c81 if (!system_supports_mte() || ret) in memcmp_pages()
254 if (!system_supports_mte()) in mte_thread_init_user()
267 if (!system_supports_mte()) in mte_thread_switch()
332 if (!system_supports_mte()) in mte_suspend_enter()
348 if (!system_supports_mte()) in mte_suspend_exit()
359 if (!system_supports_mte()) in set_mte_ctrl()
400 if (!system_supports_mte()) in get_mte_ctrl()
536 if (!system_supports_mte()) in mte_ptrace_copy_tags()
598 if (!system_supports_mte()) in register_mte_tcf_preferred_sysctl()
H A Dhibernate.c262 if (!system_supports_mte()) in swsusp_mte_save_tags()
H A Dprocess.c858 if (system_supports_mte()) { in set_tagged_addr_ctrl()
/linux/arch/arm64/mm/
H A Dcopypage.c30 if (!system_supports_mte()) in copy_highpage()
/linux/arch/arm64/include/asm/
H A Duaccess.h498 if (!system_supports_mte()) in probe_subpage_writeable()
H A Dpgtable.h479 if (system_supports_mte() && pte_access_permitted_no_overlay(pte, false) && in __sync_cache_and_tags()
1565 if (system_supports_mte()) in arch_swap_invalidate_page()
1571 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.h1455 (system_supports_mte() && \
/linux/arch/arm64/kvm/
H A Darm.c102 if (system_supports_mte() && !kvm->created_vcpus) { in kvm_vm_ioctl_enable_cap()
363 r = system_supports_mte(); in kvm_vm_ioctl_check_extension()