Home
last modified time | relevance | path

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

/Linux-v5.15/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()
Dmte.h102 if (!system_supports_mte()) in mte_check_tfsr_entry()
110 if (!system_supports_mte()) in mte_check_tfsr_exit()
Dpgtable.h321 if (system_supports_mte() && pte_access_permitted(pte, false) && in set_pte_at()
942 if (system_supports_mte()) in arch_prepare_to_swap()
950 if (system_supports_mte()) in arch_swap_invalidate_page()
956 if (system_supports_mte()) in arch_swap_invalidate_area()
963 if (system_supports_mte() && mte_restore_tags(entry, page)) in arch_swap_restore()
Dcpufeature.h759 static inline bool system_supports_mte(void) in system_supports_mte() function
Dkvm_host.h789 #define kvm_has_mte(kvm) (system_supports_mte() && (kvm)->arch.mte_enabled)
/Linux-v5.15/arch/arm64/kernel/
Dmte.c87 if (!system_supports_mte() || ret) in memcmp_pages()
184 if (!system_supports_mte()) in mte_thread_init_user()
197 if (!system_supports_mte()) in mte_thread_switch()
215 if (!system_supports_mte()) in mte_suspend_enter()
234 if (!system_supports_mte()) in set_mte_ctrl()
260 if (!system_supports_mte()) in get_mte_ctrl()
387 if (!system_supports_mte()) in mte_ptrace_copy_tags()
445 if (!system_supports_mte()) in register_mte_tcf_preferred_sysctl()
Dhibernate.c289 if (!system_supports_mte()) in swsusp_mte_save_tags()
Dprocess.c637 if (system_supports_mte()) in set_tagged_addr_ctrl()
/Linux-v5.15/arch/arm64/mm/
Dcopypage.c24 if (system_supports_mte() && test_bit(PG_mte_tagged, &from->flags)) { in copy_highpage()
/Linux-v5.15/mm/kasan/
Dhw_tags.c132 if (!system_supports_mte()) in kasan_init_hw_tags()
/Linux-v5.15/arch/arm64/kvm/
Darm.c96 if (!system_supports_mte() || kvm->created_vcpus) { in kvm_vm_ioctl_enable_cap()
249 r = system_supports_mte(); in kvm_vm_ioctl_check_extension()