Home
last modified time | relevance | path

Searched defs:cpu_address_xl (Results 1 – 1 of 1) 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