arch/riscv/include/asm/archrandom.h
0 → 100644
+72
−0
Loading
The Zkr extension is ratified and provides 16 bits of entropy seed when reading the SEED CSR. We can implement arch_get_random_seed_longs() by doing multiple csrrw to that CSR and filling an unsigned long with valid entropy bits. Acked-by:Conor Dooley <conor.dooley@microchip.com> Signed-off-by:
Samuel Ortiz <sameo@rivosinc.com> Signed-off-by:
Clément Léger <cleger@rivosinc.com> Link: https://lore.kernel.org/r/20231130111704.1319081-1-cleger@rivosinc.com Signed-off-by:
Palmer Dabbelt <palmer@rivosinc.com>