Searched refs:smcntrpmf (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | csr.c | 262 static RISCVException smcntrpmf(CPURISCVState *env, int csrno) in smcntrpmf() 277 return smcntrpmf(env, csrno); in any() 5437 [CSR_MCYCLECFG] = { "mcyclecfg", smcntrpmf, read_mcyclecfg, 5440 [CSR_MINSTRETCFG] = { "minstretcfg", smcntrpmf, read_minstretcfg, 257 static RISCVException smcntrpmf(CPURISCVState *env, int csrno) smcntrpmf() function
|
H A D | cpu.c | 187 ISA_EXT_DATA_ENTRY(smcntrpmf, PRIV_VERSION_1_12_0, ext_smcntrpmf), 1475 MULTI_EXT_CFG_BOOL("smcntrpmf", ext_smcntrpmf, false),
|