Home
last modified time | relevance | path

Searched refs:address_with_allocation_tag (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c246 return address_with_allocation_tag(rn, rtag); in HELPER()
256 return address_with_allocation_tag(ptr + offset, rtag); in HELPER()
280 return address_with_allocation_tag(xt, rtag); in HELPER()
/openbmc/qemu/target/arm/
H A Dinternals.h1565 static inline uint64_t address_with_allocation_tag(uint64_t ptr, int rtag) in address_with_allocation_tag() function