Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/include/asm/
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()
Dpgtable.h314 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()
Dcpufeature.h708 static inline bool system_supports_mte(void) in system_supports_mte() function
/Linux-v5.10/arch/arm64/kernel/
Dmte.c59 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()
Dsyscall.c125 if (system_supports_mte() && (flags & _TIF_MTE_ASYNC_FAULT)) { in el0_svc_common()
Dprocess.c646 if (system_supports_mte()) in set_tagged_addr_ctrl()
Dhibernate.c334 if (!system_supports_mte()) in swsusp_mte_save_tags()
/Linux-v5.10/arch/arm64/mm/
Dcopypage.c24 if (system_supports_mte() && test_bit(PG_mte_tagged, &from->flags)) { in copy_highpage()