Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu.h706 #define cpu_address_xl(env) ((void)(env), MXL_RV32) macro
708 static inline RISCVMXL cpu_address_xl(CPURISCVState *env) in cpu_address_xl() function