Home
last modified time | relevance | path

Searched refs:write_fcsr (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dcpu-probe.c41 write_fcsr(LOONGARCH_FCSR0, fcsr0); in cpu_set_fpu_fcsr_mask()
45 write_fcsr(LOONGARCH_FCSR0, fcsr1); in cpu_set_fpu_fcsr_mask()
48 write_fcsr(LOONGARCH_FCSR0, fcsr); in cpu_set_fpu_fcsr_mask()
H A Dkfpu.c47 write_fcsr(LOONGARCH_FCSR0, 0); in kernel_fpu_begin()
H A Dtraps.c492 write_fcsr(LOONGARCH_FCSR0, fcsr & ~mask_fcsr_x(fcsr)); in do_fpe()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1487 #define write_fcsr(dest, val) \ macro
/openbmc/qemu/target/riscv/
H A Dcsr.c704 static RISCVException write_fcsr(CPURISCVState *env, int csrno, in write_fcsr() function
4990 [CSR_FCSR] = { "fcsr", fs, read_fcsr, write_fcsr },