Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c252 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 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.h1560 static inline int allocation_tag_from_addr(uint64_t ptr) in allocation_tag_from_addr() function