diff options
author | Samuel Ortiz <[email protected]> | 2023-11-30 12:17:02 +0100 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2024-01-17 18:20:49 -0800 |
commit | 10243401059287868a5651f869a2494368872add (patch) | |
tree | a2a4b42d335b20de65d800407ee3f8188a4a5eff /tools/perf/util/trace-event-scripting.c | |
parent | 55ca8d7aa2af3ebdb6f85cccf1b0703d031c1678 (diff) |
RISC-V: Implement archrandom when Zkr is available
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 <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
Signed-off-by: Clément Léger <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions