Searched refs:read_csr (Results 1 - 2 of 2) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dvm.c213 if (read_csr(mhartid) > 0)
248 write_csr(sscratch, pa2kva(read_csr(mscratch)));
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h194 #define read_csr(reg) ({ unsigned long __tmp; \ macro
213 #define rdtime() read_csr(time)
214 #define rdcycle() read_csr(cycle)
215 #define rdinstret() read_csr(instret)

Completed in 14 milliseconds