Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c450 static uint64_t pauth_strip(CPUARMState *env, uint64_t ptr, bool data) in pauth_strip() function
626 return pauth_strip(env, a, false); in HELPER()
631 return pauth_strip(env, a, true); in HELPER()