Home
last modified time | relevance | path

Searched refs:system_supports_mte (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/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()
46 if (system_supports_mte()) in arch_validate_prot()
55 if (!system_supports_mte()) in arch_validate_flags()
H A Dmte.h162 if (!system_supports_mte()) in mte_disable_tco_entry()
185 if (!system_supports_mte()) in mte_check_tfsr_entry()
193 if (!system_supports_mte()) in mte_check_tfsr_exit()
H A Dpgtable.h50 return !system_supports_mte(); in arch_thp_swp_supported()
340 if (system_supports_mte() && pte_access_permitted(pte, false) && in __set_pte_at()
1039 if (system_supports_mte()) in arch_prepare_to_swap()
1047 if (system_supports_mte()) in arch_swap_invalidate_page()
1053 if (system_supports_mte()) in arch_swap_invalidate_area()
1060 if (system_supports_mte()) in arch_swap_restore()
H A Duaccess.h421 if (!system_supports_mte()) in probe_subpage_writeable()
H A Dcpufeature.h811 static inline bool system_supports_mte(void) in system_supports_mte() function
H A Dkvm_host.h1135 (system_supports_mte() && \
/kernel/linux/linux-5.10/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 Dpgtable.h320 if (system_supports_mte() && in set_pte_at()
932 if (system_supports_mte()) in arch_prepare_to_swap()
940 if (system_supports_mte()) in arch_swap_invalidate_page()
946 if (system_supports_mte()) in arch_swap_invalidate_area()
953 if (system_supports_mte() && mte_restore_tags(entry, page)) in arch_swap_restore()
H A Dcpufeature.h739 static inline bool system_supports_mte(void) in system_supports_mte() function
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dmte.c62 if (!system_supports_mte() || ret) in memcmp_pages()
119 if (!system_supports_mte()) in flush_mte_state()
134 if (!system_supports_mte()) in mte_thread_switch()
145 if (!system_supports_mte()) in mte_suspend_exit()
156 if (!system_supports_mte()) in set_mte_ctrl()
188 if (!system_supports_mte()) in get_mte_ctrl()
323 if (!system_supports_mte()) in mte_ptrace_copy_tags()
H A Dsyscall.c122 if (system_supports_mte() && (flags & _TIF_MTE_ASYNC_FAULT)) { in el0_svc_common()
H A Dhibernate.c334 if (!system_supports_mte()) in swsusp_mte_save_tags()
H A Dprocess.c639 if (system_supports_mte()) in set_tagged_addr_ctrl()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dmte.c64 if (!system_supports_mte() || ret) in memcmp_pages()
233 if (!system_supports_mte()) in mte_thread_init_user()
246 if (!system_supports_mte()) in mte_thread_switch()
311 if (!system_supports_mte()) in mte_suspend_enter()
327 if (!system_supports_mte()) in mte_suspend_exit()
338 if (!system_supports_mte()) in set_mte_ctrl()
376 if (!system_supports_mte()) in get_mte_ctrl()
504 if (!system_supports_mte()) in mte_ptrace_copy_tags()
566 if (!system_supports_mte()) in register_mte_tcf_preferred_sysctl()
H A Delfcore.c12 if (system_supports_mte()) \
H A Dhibernate.c262 if (!system_supports_mte()) in swsusp_mte_save_tags()
H A Dprocess.c673 if (system_supports_mte()) in set_tagged_addr_ctrl()
/kernel/linux/linux-5.10/arch/arm64/mm/
H A Dcopypage.c24 if (system_supports_mte() && test_bit(PG_mte_tagged, &from->flags)) { in copy_highpage()
/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dcopypage.c27 if (system_supports_mte() && page_mte_tagged(from)) { in copy_highpage()
/kernel/linux/linux-6.6/mm/kasan/
H A Dhw_tags.c215 if (!system_supports_mte()) in kasan_init_hw_tags()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Darm.c89 if (!system_supports_mte() || kvm->created_vcpus) { in kvm_vm_ioctl_enable_cap()
281 r = system_supports_mte(); in kvm_vm_ioctl_check_extension()

Completed in 18 milliseconds