Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/kernel/
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()
Dkfpu.c47 write_fcsr(LOONGARCH_FCSR0, 0); in kernel_fpu_begin()
Dtraps.c518 write_fcsr(LOONGARCH_FCSR0, fcsr & ~mask_fcsr_x(fcsr)); in do_fpe()
/linux-6.12.1/arch/loongarch/include/asm/
Dloongarch.h1463 #define write_fcsr(dest, val) \ macro