Searched refs:tcma_check (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 791 if (tcma_check(desc, bit55, ptr_tag)) { in mte_probe_int() 932 if (tcma_check(desc, bit55, ptr_tag)) { in HELPER()
|
H A D | sme_helper.c | 585 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 D | helper-a64.c | 1212 return !tcma_check(desc, bit55, allocation_tag_from_addr(ptr)); in mte_checks_needed()
|
H A D | sve_helper.c | 5813 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 D | internals.h | 1577 static inline bool tcma_check(uint32_t desc, int bit55, int ptr_tag) in tcma_check() function
|