Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c334 int bot_bit, top_bit; in pauth_addpac() local
344 top_bit = 64 - 8 * param.tbi; in pauth_addpac()
346 ext_ptr = deposit64(ptr, bot_bit, top_bit - bot_bit, ext); in pauth_addpac()
354 test = sextract64(ptr, bot_bit, top_bit - bot_bit); in pauth_addpac()
365 pac ^= MAKE_64BIT_MASK(top_bit - 2, 1); in pauth_addpac()
415 int bot_bit, top_bit; in pauth_auth() local
421 top_bit = 64 - 8 * param.tbi; in pauth_auth()
423 cmp_mask = MAKE_64BIT_MASK(bot_bit, top_bit - bot_bit); in pauth_auth()