Home
last modified time | relevance | path

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

/qemu/target/loongarch/
H A Dcpu.h471 #define HW_FLAGS_VA32 0x20 macro
483 *flags |= is_va32(env) * HW_FLAGS_VA32; in cpu_get_tb_cpu_state()
/qemu/target/loongarch/tcg/
H A Dtranslate.c144 ctx->va32 = (ctx->base.tb->flags & HW_FLAGS_VA32) != 0; in loongarch_tr_init_disas_context()