Home
last modified time | relevance | path

Searched refs:ext_smepmp (Results 1 – 5 of 5) sorted by relevance

/qemu/target/riscv/
H A Dcpu_cfg.h122 bool ext_smepmp; member
H A Dpmp.c95 if (riscv_cpu_cfg(env)->ext_smepmp) { in pmp_write_cfg()
591 if (riscv_cpu_cfg(env)->ext_smepmp) { in mseccfg_csr_write()
H A Dcpu.c181 ISA_EXT_DATA_ENTRY(smepmp, PRIV_VERSION_1_12_0, ext_smepmp),
698 cpu->cfg.ext_smepmp = true; in rv32_ibex_cpu_init()
1005 if (riscv_cpu_cfg(env)->ext_smepmp) { in riscv_cpu_reset_hold()
1494 MULTI_EXT_CFG_BOOL("smepmp", ext_smepmp, false),
H A Dcsr.c537 if (riscv_cpu_cfg(env)->ext_smepmp) { in have_mseccfg()
/qemu/target/riscv/tcg/
H A Dtcg-cpu.c850 if (cpu->cfg.ext_smepmp && !cpu->cfg.pmp) { in riscv_tcg_cpu_finalize_features()