Searched refs:allocation_tag_from_addr (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 252 int start_tag = allocation_tag_from_addr(ptr); in HELPER() 331 store1(ptr, mem, allocation_tag_from_addr(xt)); in do_stg() 358 int tag = allocation_tag_from_addr(xt); in do_st2g() 789 ptr_tag = allocation_tag_from_addr(ptr); in mte_probe_int() 930 ptr_tag = allocation_tag_from_addr(ptr); in HELPER() 1046 ptr_tag = allocation_tag_from_addr(ptr); in mte_mops_probe() 1104 ptr_tag = allocation_tag_from_addr(ptr); in mte_mops_probe_rev() 1149 ptr_tag = allocation_tag_from_addr(ptr); in mte_mops_set_tags()
|
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 | 1560 static inline int allocation_tag_from_addr(uint64_t ptr) in allocation_tag_from_addr() function
|