Searched refs:MSTATUS_FS (Results 1 – 6 of 6) sorted by relevance
73 csr_set(MODE_PREFIX(status), MSTATUS_FS); in arch_cpu_init_dm()
185 fs = get_field(env->mstatus, MSTATUS_FS); in cpu_get_tb_cpu_state()194 fs = MIN(fs, get_field(env->mstatus_hs, MSTATUS_FS)); in cpu_get_tb_cpu_state()586 if (env->mstatus & MSTATUS_FS) { in riscv_cpu_fp_enabled()587 if (env->virt_enabled && !(env->mstatus_hs & MSTATUS_FS)) { in riscv_cpu_fp_enabled()616 mstatus_mask |= MSTATUS_FS; in riscv_cpu_swap_hypervisor_regs()
550 #define MSTATUS_FS 0x00006000 macro
643 tcg_gen_ori_tl(tmp, tmp, MSTATUS_FS); in mark_fs_dirty()648 tcg_gen_ori_tl(tmp, tmp, MSTATUS_FS); in mark_fs_dirty()
670 env->mstatus |= MSTATUS_FS; in write_fflags()689 env->mstatus |= MSTATUS_FS; in write_frm()709 env->mstatus |= MSTATUS_FS; in write_fcsr()1514 if ((status & MSTATUS_FS) == MSTATUS_FS || in add_status_sd()1619 mask |= MSTATUS_FS; in write_mstatus()1758 env->mstatus &= ~MSTATUS_FS; in write_misa()
27 #define MSTATUS_FS 0x00006000 macro