Searched refs:system_supports_mte (Results 1 – 8 of 8) sorted by relevance
17 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()
314 if (system_supports_mte() && in set_pte_at()917 if (system_supports_mte()) in arch_prepare_to_swap()925 if (system_supports_mte()) in arch_swap_invalidate_page()931 if (system_supports_mte()) in arch_swap_invalidate_area()938 if (system_supports_mte() && mte_restore_tags(entry, page)) in arch_swap_restore()
708 static inline bool system_supports_mte(void) in system_supports_mte() function
59 if (!system_supports_mte() || ret) in memcmp_pages()116 if (!system_supports_mte()) in flush_mte_state()131 if (!system_supports_mte()) in mte_thread_switch()142 if (!system_supports_mte()) in mte_suspend_exit()153 if (!system_supports_mte()) in set_mte_ctrl()185 if (!system_supports_mte()) in get_mte_ctrl()318 if (!system_supports_mte()) in mte_ptrace_copy_tags()
125 if (system_supports_mte() && (flags & _TIF_MTE_ASYNC_FAULT)) { in el0_svc_common()
646 if (system_supports_mte()) in set_tagged_addr_ctrl()
334 if (!system_supports_mte()) in swsusp_mte_save_tags()
24 if (system_supports_mte() && test_bit(PG_mte_tagged, &from->flags)) { in copy_highpage()