Home
last modified time | relevance | path

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

/openbmc/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;
90 bool enabled;
100 bool present;
101 bool user_set;
102 int priv_spec;
103 int satp_mode;
[all …]