Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu-info.h45 unsigned int fpu_csr0; member
/openbmc/linux/arch/loongarch/kernel/
H A Dcpu-probe.c34 fcsr = c->fpu_csr0; in cpu_set_fpu_fcsr_mask()
305 c->fpu_csr0 = FPU_CSR_RN; in cpu_probe()
H A Dprocess.c88 current->thread.fpu.fcsr = boot_cpu_data.fpu_csr0; in start_thread()