Home
last modified time | relevance | path

Searched refs:read_fcsr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dcpu-probe.c42 fcsr0 = read_fcsr(LOONGARCH_FCSR0); in cpu_set_fpu_fcsr_mask()
46 fcsr1 = read_fcsr(LOONGARCH_FCSR0); in cpu_set_fpu_fcsr_mask()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1477 #define read_fcsr(source) \ macro
/openbmc/qemu/target/riscv/
H A Dcsr.c696 static RISCVException read_fcsr(CPURISCVState *env, int csrno, in read_fcsr() function
4990 [CSR_FCSR] = { "fcsr", fs, read_fcsr, write_fcsr },