Searched defs:riscv_cpu_profile (Results 1 – 1 of 1) sorted by relevance
79 typedef struct riscv_cpu_profile { struct80 struct riscv_cpu_profile *parent; argument81 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[];