Searched refs:vill (Results 1 – 8 of 8) sorted by relevance
148 VMSTATE_BOOL(env.vill, RISCVCPU),
83 bool vill; member1271 ctx->vill = FIELD_EX32(tb_flags, TB_FLAGS, VILL); in riscv_tr_init_disas_context()
213 bool vill; member
912 uint64_t vill; in read_vtype() local915 vill = (uint32_t)env->vill << 31; in read_vtype()918 vill = (uint64_t)env->vill << 63; in read_vtype()923 *val = (target_ulong)vill | env->vtype; in read_vtype()
47 bool vill = (s2 >> (xlen - 1)) & 0x1; in HELPER() local63 vill = true; in HELPER()67 if ((sew > cpu->cfg.elen) || vill || (ediv != 0) || (reserved != 0)) { in HELPER()69 env->vill = 1; in HELPER()89 env->vill = 0; in HELPER()
780 env->vill = true; in riscv_cpu_reset_hold()
126 flags = FIELD_DP32(flags, TB_FLAGS, VILL, env->vill); in riscv_get_tb_cpu_state()
662 return !s->vill;1488 * Thus, we don't need to check vill bit. (Section 7.9)3956 * Thus, we need to check vill bit. (Section 16.6)