Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmman.h17 if (system_supports_mte() && (prot & PROT_MTE)) in arch_calc_vm_prot_bits()
31 if (system_supports_mte() && (flags & MAP_ANONYMOUS)) in arch_calc_vm_flag_bits()
70 if (system_supports_mte()) in arch_validate_prot()
79 if (!system_supports_mte()) in arch_validate_flags()
H A Dmte.h102 if (!system_supports_mte()) in mte_check_tfsr_entry()
110 if (!system_supports_mte()) in mte_check_tfsr_exit()
H A Dpgtable.h320 if (system_supports_mte() && in set_pte_at()
943 if (system_supports_mte()) in arch_prepare_to_swap()
951 if (system_supports_mte()) in arch_swap_invalidate_page()
957 if (system_supports_mte()) in arch_swap_invalidate_area()
964 if (system_supports_mte() && mte_restore_tags(entry, page)) in arch_swap_restore()
H A Dcpufeature.h758 static inline bool system_supports_mte(void) in system_supports_mte() function
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmte.c84 if (!system_supports_mte() || ret) in memcmp_pages()
215 if (!system_supports_mte()) in mte_thread_init_user()
228 if (!system_supports_mte()) in mte_thread_switch()
247 if (!system_supports_mte()) in mte_suspend_enter()
266 if (!system_supports_mte()) in set_mte_ctrl()
293 if (!system_supports_mte()) in get_mte_ctrl()
420 if (!system_supports_mte()) in mte_ptrace_copy_tags()
478 if (!system_supports_mte()) in register_mte_tcf_preferred_sysctl()
H A Dprocess.c761 if (system_supports_mte()) in set_tagged_addr_ctrl()
H A Dhibernate.c334 if (!system_supports_mte()) in swsusp_mte_save_tags()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dcopypage.c24 if (system_supports_mte() && test_bit(PG_mte_tagged, &from->flags)) { in copy_highpage()
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dhw_tags.c159 if (!system_supports_mte()) in kasan_init_hw_tags()