Home
last modified time | relevance | path

Searched refs:try_page_mte_tagging (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dmte.h77 static inline bool try_page_mte_tagging(struct page *page) in try_page_mte_tagging() function
118 static inline bool try_page_mte_tagging(struct page *page) in try_page_mte_tagging() function
/openbmc/linux/arch/arm64/mm/
H A Dcopypage.c29 WARN_ON_ONCE(!try_page_mte_tagging(to)); in copy_highpage()
H A Dmteswap.c57 if (try_page_mte_tagging(page)) { in mte_restore_tags()
H A Dfault.c959 WARN_ON_ONCE(!try_page_mte_tagging(page)); in tag_clear_highpage()
/openbmc/linux/arch/arm64/kernel/
H A Dmte.c45 if (try_page_mte_tagging(page)) { in mte_sync_tags()
H A Dcpufeature.c2184 if (try_page_mte_tagging(ZERO_PAGE(0))) { in cpu_enable_mte()
/openbmc/linux/arch/arm64/kvm/
H A Dguest.c1079 try_page_mte_tagging(page); in kvm_vm_ioctl_mte_copy_tags()
H A Dmmu.c1382 if (try_page_mte_tagging(page)) { in sanitise_mte_tags()