Searched refs:riscv_cpu_sxl (Results 1 – 2 of 2) sorted by relevance
726 #define riscv_cpu_sxl(env) ((void)(env), MXL_RV32) macro728 static inline RISCVMXL riscv_cpu_sxl(CPURISCVState *env) in riscv_cpu_sxl() function
975 int sxlen = 16 << riscv_cpu_sxl(env); in get_physical_address()1067 if (riscv_cpu_sxl(env) == MXL_RV32) { in get_physical_address()1241 if (riscv_cpu_sxl(env) == MXL_RV32) { in get_physical_address()1954 sxlen = 16 << riscv_cpu_sxl(env); in riscv_cpu_do_interrupt()