Searched refs:sstc (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/riscv/kernel/ |
H A D | cpufeature.c | 181 __RISCV_ISA_EXT_DATA(sstc, RISCV_ISA_EXT_SSTC),
|
/openbmc/qemu/target/riscv/ |
H A D | csr.c | 462 static RISCVException sstc(CPURISCVState *env, int csrno) in sstc() 512 return sstc(env, csrno); in satp() 2771 /* sstc extension forbids STIP & VSTIP to be writeable in mip */ in rmw_mip64() 2831 * STIP being read-only zero in case of mvip when sstc extension in rmw_mvip64() 2854 * (!sstc & MIP_STIP) in rmw_mvip64() 2885 * If sstc is present, mvip.STIP is not an alias of mip.STIP so clear in rmw_mvip64() 5177 [CSR_STIMECMP] = { "stimecmp", sstc, read_stimecmp, write_stimecmp, 5181 [CSR_VSTIMECMP] = { "vstimecmp", sstc, read_vstimecmp, 457 static RISCVException sstc(CPURISCVState *env, int csrno) sstc() function
|
H A D | cpu.c | 194 ISA_EXT_DATA_ENTRY(sstc, PRIV_VERSION_1_12_0, ext_sstc), 1503 MULTI_EXT_CFG_BOOL("sstc", ext_sstc, true),
|