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.h643 #define riscv_cpu_sxl(env) ((void)(env), MXL_RV32) macro
645 static inline RISCVMXL riscv_cpu_sxl(CPURISCVState *env) in riscv_cpu_sxl() function
H A Dcpu_helper.c974 if (riscv_cpu_sxl(env) == MXL_RV32) { in get_physical_address()