Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dcpu-probe.c42 write_fcsr(LOONGARCH_FCSR0, fcsr0); in cpu_set_fpu_fcsr_mask()
43 fcsr0 = read_fcsr(LOONGARCH_FCSR0); in cpu_set_fpu_fcsr_mask()
46 write_fcsr(LOONGARCH_FCSR0, fcsr1); in cpu_set_fpu_fcsr_mask()
47 fcsr1 = read_fcsr(LOONGARCH_FCSR0); in cpu_set_fpu_fcsr_mask()
49 write_fcsr(LOONGARCH_FCSR0, fcsr); in cpu_set_fpu_fcsr_mask()
H A Dkfpu.c65 write_fcsr(LOONGARCH_FCSR0, 0); in kernel_fpu_begin()
H A Dtraps.c519 write_fcsr(LOONGARCH_FCSR0, fcsr & ~mask_fcsr_x(fcsr)); in do_fpe()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1561 #define LOONGARCH_FCSR0 $r0 macro
1566 #define LOONGARCH_FCSR0 $fcsr0
/linux/arch/loongarch/kvm/
H A Dvcpu.c1370 kvm_check_fcsr(vcpu, read_fcsr(LOONGARCH_FCSR0)); in kvm_check_fcsr_alive()