Searched defs:vl_eq_vlmax (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/riscv/ | ||
H A D | cpu_helper.c | 148 bool vl_eq_vlmax = (env->vstart == 0) && (vlmax == env->vl) && in cpu_get_tb_cpu_state() local |
H A D | translate.c | 105 bool vl_eq_vlmax; member |