Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
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()
A Dmte.h102 if (!system_supports_mte()) in mte_check_tfsr_entry()
110 if (!system_supports_mte()) in mte_check_tfsr_exit()
A Dpgtable.h327 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()
A Dcpufeature.h759 static inline bool system_supports_mte(void) in system_supports_mte() function
A Dkvm_host.h791 #define kvm_has_mte(kvm) (system_supports_mte() && (kvm)->arch.mte_enabled)
/linux/arch/arm64/kernel/
A Dmte.c90 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()
A Dhibernate.c267 if (!system_supports_mte()) in swsusp_mte_save_tags()
A Dprocess.c635 if (system_supports_mte()) in set_tagged_addr_ctrl()
/linux/arch/arm64/mm/
A Dcopypage.c24 if (system_supports_mte() && test_bit(PG_mte_tagged, &from->flags)) { in copy_highpage()
/linux/mm/kasan/
A Dhw_tags.c147 if (!system_supports_mte()) in kasan_init_hw_tags()
/linux/arch/arm64/kvm/
A Darm.c96 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