Home
last modified time | relevance | path

Searched refs:MSTATUS_FS (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/riscv/cpu/
H A Dcpu.c73 csr_set(MODE_PREFIX(status), MSTATUS_FS); in arch_cpu_init_dm()
/openbmc/qemu/target/riscv/
H A Dcpu_helper.c185 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()
H A Dcpu_bits.h550 #define MSTATUS_FS 0x00006000 macro
H A Dtranslate.c643 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()
H A Dcsr.c670 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()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dencoding.h27 #define MSTATUS_FS 0x00006000 macro