Home
last modified time | relevance | path

Searched refs:tcma_check (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c791 if (tcma_check(desc, bit55, ptr_tag)) { in mte_probe_int()
932 if (tcma_check(desc, bit55, ptr_tag)) { in HELPER()
H A Dsme_helper.c585 tcma_check(mtedesc, bit55, allocation_tag_from_addr(addr))) { in sme_ld1_mte()
770 tcma_check(mtedesc, bit55, allocation_tag_from_addr(addr))) { in sme_st1_mte()
H A Dhelper-a64.c1212 return !tcma_check(desc, bit55, allocation_tag_from_addr(ptr)); in mte_checks_needed()
H A Dsve_helper.c5813 tcma_check(mtedesc, bit55, allocation_tag_from_addr(addr))) { in sve_ldN_r_mte()
6171 tcma_check(mtedesc, bit55, allocation_tag_from_addr(addr))) { in sve_ldnfff1_r_mte()
6429 tcma_check(mtedesc, bit55, allocation_tag_from_addr(addr))) { in sve_stN_r_mte()
/openbmc/qemu/target/arm/
H A Dinternals.h1577 static inline bool tcma_check(uint32_t desc, int bit55, int ptr_tag) in tcma_check() function