Searched defs:riscv_cpu_profile (Results 1 – 1 of 1) sorted by relevance
84 typedef struct riscv_cpu_profile { struct85 struct riscv_cpu_profile *parent; argument86 const char *name;87 uint32_t misa_ext;88 bool enabled;89 bool user_set;90 int priv_spec;91 int satp_mode;92 const int32_t ext_offsets[];