Searched defs:misa_mxl_max (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 2885 #define DEFINE_CPU(type_name, misa_mxl_max, initfn) \ argument 2894 #define DEFINE_DYNAMIC_CPU(type_name, misa_mxl_max, initfn) \ argument 2903 #define DEFINE_VENDOR_CPU(type_name, misa_mxl_max, initfn) \ argument 2912 #define DEFINE_BARE_CPU(type_name, misa_mxl_max, initfn) \ argument 2921 #define DEFINE_PROFILE_CPU(type_name, misa_mxl_max, initfn) \ argument
|
H A D | translate.c | 64 RISCVMXL misa_mxl_max; member
|
H A D | cpu.h | 528 uint32_t misa_mxl_max; /* max mxl for this cpu */ member
|