Home
last modified time | relevance | path

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

/Linux-v6.1/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()
46 if (system_supports_mte()) in arch_validate_prot()
55 if (!system_supports_mte()) in arch_validate_flags()
Dmte.h99 if (!system_supports_mte()) in mte_disable_tco_entry()
130 if (!system_supports_mte()) in mte_check_tfsr_entry()
138 if (!system_supports_mte()) in mte_check_tfsr_exit()
Dpgtable.h50 return !system_supports_mte(); in arch_thp_swp_supported()
335 if (system_supports_mte() && pte_access_permitted(pte, false) && in __set_pte_at()
1031 if (system_supports_mte()) in arch_prepare_to_swap()
1039 if (system_supports_mte()) in arch_swap_invalidate_page()
1045 if (system_supports_mte()) in arch_swap_invalidate_area()
1052 if (system_supports_mte() && mte_restore_tags(entry, &folio->page)) in arch_swap_restore()
Duaccess.h471 if (!system_supports_mte()) in probe_subpage_writeable()
Dcpufeature.h812 static inline bool system_supports_mte(void) in system_supports_mte() function
Dkvm_host.h933 (system_supports_mte() && \
/Linux-v6.1/arch/arm64/kernel/
Dmte.c90 if (!system_supports_mte() || ret) in memcmp_pages()
260 if (!system_supports_mte()) in mte_thread_init_user()
273 if (!system_supports_mte()) in mte_thread_switch()
338 if (!system_supports_mte()) in mte_suspend_enter()
354 if (!system_supports_mte()) in mte_suspend_exit()
365 if (!system_supports_mte()) in set_mte_ctrl()
403 if (!system_supports_mte()) in get_mte_ctrl()
530 if (!system_supports_mte()) in mte_ptrace_copy_tags()
592 if (!system_supports_mte()) in register_mte_tcf_preferred_sysctl()
Delfcore.c12 if (system_supports_mte()) \
Dhibernate.c263 if (!system_supports_mte()) in swsusp_mte_save_tags()
Dprocess.c670 if (system_supports_mte()) in set_tagged_addr_ctrl()
/Linux-v6.1/arch/arm64/mm/
Dcopypage.c24 if (system_supports_mte() && test_bit(PG_mte_tagged, &from->flags)) { in copy_highpage()
/Linux-v6.1/mm/kasan/
Dhw_tags.c155 if (!system_supports_mte()) in kasan_init_hw_tags()
/Linux-v6.1/arch/arm64/kvm/
Darm.c92 if (!system_supports_mte() || kvm->created_vcpus) { in kvm_vm_ioctl_enable_cap()
259 r = system_supports_mte(); in kvm_vm_ioctl_check_extension()