Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dmte.c82 if (!system_supports_mte() || ret) in memcmp_pages()
273 if (!system_supports_mte()) in mte_thread_init_user()
286 if (!system_supports_mte()) in mte_thread_switch()
354 if (!system_supports_mte()) in mte_suspend_enter()
373 if (!system_supports_mte()) in mte_suspend_exit()
384 if (!system_supports_mte()) in set_mte_ctrl()
425 if (!system_supports_mte()) in get_mte_ctrl()
559 if (!system_supports_mte()) in mte_ptrace_copy_tags()
621 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.c892 if (system_supports_mte()) { in set_tagged_addr_ctrl()
/linux/arch/arm64/mm/
H A Dcopypage.c30 if (!system_supports_mte()) in copy_highpage()
H A Dfault.c1037 if (!system_supports_mte()) in tag_clear_highpages()
/linux/arch/arm64/include/asm/
H A Dcpufeature.h812 static inline bool system_supports_mte(void) in system_supports_mte() function