Searched refs:system_supports_mte (Results 1 – 11 of 11) 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()
102 if (!system_supports_mte()) in mte_check_tfsr_entry()110 if (!system_supports_mte()) in mte_check_tfsr_exit()
327 if (system_supports_mte() && pte_access_permitted(pte, false) && in set_pte_at()948 if (system_supports_mte()) in arch_prepare_to_swap()956 if (system_supports_mte()) in arch_swap_invalidate_page()962 if (system_supports_mte()) in arch_swap_invalidate_area()969 if (system_supports_mte() && mte_restore_tags(entry, page)) in arch_swap_restore()
759 static inline bool system_supports_mte(void) in system_supports_mte() function
791 #define kvm_has_mte(kvm) (system_supports_mte() && (kvm)->arch.mte_enabled)
90 if (!system_supports_mte() || ret) in memcmp_pages()237 if (!system_supports_mte()) in mte_thread_init_user()250 if (!system_supports_mte()) in mte_thread_switch()269 if (!system_supports_mte()) in mte_suspend_enter()288 if (!system_supports_mte()) in set_mte_ctrl()315 if (!system_supports_mte()) in get_mte_ctrl()442 if (!system_supports_mte()) in mte_ptrace_copy_tags()500 if (!system_supports_mte()) in register_mte_tcf_preferred_sysctl()
267 if (!system_supports_mte()) in swsusp_mte_save_tags()
635 if (system_supports_mte()) in set_tagged_addr_ctrl()
24 if (system_supports_mte() && test_bit(PG_mte_tagged, &from->flags)) { in copy_highpage()
147 if (!system_supports_mte()) in kasan_init_hw_tags()
96 if (!system_supports_mte() || kvm->created_vcpus) { in kvm_vm_ioctl_enable_cap()256 r = system_supports_mte(); in kvm_vm_ioctl_check_extension()
Completed in 24 milliseconds