Searched refs:bot_bit (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | pauth_helper.c | 335 int bot_bit, top_bit; in pauth_addpac() local 346 bot_bit = 64 - param.tsz; in pauth_addpac() 347 ext_ptr = deposit64(ptr, bot_bit, top_bit - bot_bit, ext); in pauth_addpac() 355 test = sextract64(ptr, bot_bit, top_bit - bot_bit); in pauth_addpac() 378 ptr &= ~MAKE_64BIT_MASK(bot_bit, 55 - bot_bit + 1); in pauth_addpac() 379 pac &= MAKE_64BIT_MASK(bot_bit, 54 - bot_bit + 1); in pauth_addpac() 381 ptr &= MAKE_64BIT_MASK(0, bot_bit); in pauth_addpac() 382 pac &= ~(MAKE_64BIT_MASK(55, 1) | MAKE_64BIT_MASK(0, bot_bit)); in pauth_addpac() 416 int bot_bit, top_bit; in pauth_auth() local 421 bot_bit = 64 - param.tsz; in pauth_auth() [all …]
|