Home
last modified time | relevance | path

Searched defs:riscv_cpu_profile (Results 1 – 1 of 1) sorted by relevance

/qemu/target/riscv/
H A Dcpu.h80 typedef struct riscv_cpu_profile { struct
81 struct riscv_cpu_profile *u_parent; argument
82 struct riscv_cpu_profile *s_parent; argument
83 const char *name;
84 uint32_t misa_ext;
85 bool enabled;
86 bool user_set;
87 int priv_spec;
88 int satp_mode;
89 const int32_t ext_offsets[];