Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c335 int bot_bit, top_bit; in pauth_addpac() local
345 top_bit = 64 - 8 * param.tbi; 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()
366 pac ^= MAKE_64BIT_MASK(top_bit - 2, 1); in pauth_addpac()
416 int bot_bit, top_bit; in pauth_auth() local
422 top_bit = 64 - 8 * param.tbi; in pauth_auth()
424 cmp_mask = MAKE_64BIT_MASK(bot_bit, top_bit - bot_bit); in pauth_auth()
/openbmc/linux/drivers/misc/echo/
H A Decho.c135 static inline int top_bit(unsigned int bits) in top_bit() function
154 ec->log2taps = top_bit(len); in oslec_create()
409 logp = top_bit(p) + ec->log2taps; in oslec_update()
/openbmc/linux/arch/x86/crypto/
H A Dcurve25519-x86_64.c1164 u64 top_bit; in store_felem() local
1185 top_bit = f31 >> (u32)63U; in store_felem()
1187 add_scalar(f, f, (u64)19U * top_bit); in store_felem()
/openbmc/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c101 const u64 top_bit = 1ULL << 63; in intel_pt_masked_bits() local
106 if (mask & top_bit) { in intel_pt_masked_bits()
108 if (bits & top_bit) in intel_pt_masked_bits()