Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcpu.h755 #define cpu_address_xl(env) ((void)(env), MXL_RV32) macro
757 static inline RISCVMXL cpu_address_xl(CPURISCVState *env) in cpu_address_xl() function
/qemu/target/riscv/tcg/
H A Dtcg-cpu.c188 flags = FIELD_DP32(flags, TB_FLAGS, AXL, cpu_address_xl(env)); in riscv_get_tb_cpu_state()
248 if (cpu_address_xl(env) == MXL_RV32) { in riscv_pointer_wrap()