Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Dcurve25519-x86_64.c1165 u64 top_bit; in store_felem() local
1186 top_bit = f31 >> (u32)63U; in store_felem()
1188 add_scalar(f, f, (u64)19U * top_bit); in store_felem()
/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c99 const u64 top_bit = 1ULL << 63; in intel_pt_masked_bits() local
104 if (mask & top_bit) { in intel_pt_masked_bits()
106 if (bits & top_bit) in intel_pt_masked_bits()