Home
last modified time | relevance | path

Searched refs:riscv_cpu_sxl (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu.h726 #define riscv_cpu_sxl(env) ((void)(env), MXL_RV32) macro
728 static inline RISCVMXL riscv_cpu_sxl(CPURISCVState *env) in riscv_cpu_sxl() function
H A Dcpu_helper.c975 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()