//------------------------------------------------------------------------------ // // RISC-V cache operation. // // Copyright (c) 2024, Rivos Inc. All rights reserved.
// // SPDX-License-Identifier: BSD-2-Clause-Patent // //------------------------------------------------------------------------------ #include .text .p2align 4 ASM_FUNC (ReadSeed) #The SEED CSR must only be accessed with read-write instructions csrrw a0, CSR_SEED, x0 ret