Searched refs:sstc (Results 1 – 2 of 2) sorted by relevance
/qemu/target/riscv/ |
H A D | csr.c | 569 static RISCVException sstc(CPURISCVState *env, int csrno) in sstc() function 619 return sstc(env, csrno); in sstc_32() 5965 [CSR_STIMECMP] = { "stimecmp", sstc, read_stimecmp, write_stimecmp, 5969 [CSR_VSTIMECMP] = { "vstimecmp", sstc, read_vstimecmp,
|
H A D | cpu.c | 219 ISA_EXT_DATA_ENTRY(sstc, PRIV_VERSION_1_12_0, ext_sstc),
|