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.h79 typedef struct riscv_cpu_profile { struct
80 struct riscv_cpu_profile *parent; argument
81 const char *name;
82 uint32_t misa_ext;
83 bool enabled;
84 bool user_set;
85 int priv_spec;
86 int satp_mode;
87 const int32_t ext_offsets[];