Searched defs:riscv_cpu_profile (Results 1 – 1 of 1) sorted by relevance
80 typedef struct riscv_cpu_profile { struct81 struct riscv_cpu_profile *u_parent; argument82 struct riscv_cpu_profile *s_parent; argument83 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[];