pub fn read_tsc() -> u64Expand description
Read CPU timestamp counter.
Delegates to the centralized crate::arch::entropy::read_timestamp
which provides architecture-specific implementations for x86_64 (RDTSC),
AArch64 (CNTVCT_EL0), and RISC-V (rdcycle).