Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_helper.c148 bool vl_eq_vlmax = (env->vstart == 0) && (vlmax == env->vl) && in cpu_get_tb_cpu_state() local
H A Dtranslate.c105 bool vl_eq_vlmax; member