Searched refs:bot_bit (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | pauth_helper.c | 334 int bot_bit, top_bit; in pauth_addpac() local 345 bot_bit = 64 - param.tsz; 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() 377 ptr &= ~MAKE_64BIT_MASK(bot_bit, 55 - bot_bit + 1); in pauth_addpac() 378 pac &= MAKE_64BIT_MASK(bot_bit, 54 - bot_bit + 1); in pauth_addpac() 380 ptr &= MAKE_64BIT_MASK(0, bot_bit); in pauth_addpac() 381 pac &= ~(MAKE_64BIT_MASK(55, 1) | MAKE_64BIT_MASK(0, bot_bit)); in pauth_addpac() 415 int bot_bit, top_bit; in pauth_auth() local 420 bot_bit = 64 - param.tsz; in pauth_auth() [all …]
|