Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/kernel/
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()
/linux-6.12.1/arch/loongarch/include/asm/
Dloongarch.h1453 #define read_fcsr(source) \ macro
/linux-6.12.1/arch/loongarch/kvm/
Dvcpu.c1276 kvm_check_fcsr(vcpu, read_fcsr(LOONGARCH_FCSR0)); in kvm_check_fcsr_alive()