Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/include/asm/
Dfpu.h44 #define enable_fpu() set_csr_euen(CSR_EUEN_FPEN) macro
57 enable_fpu(); in __own_fpu()
/linux-6.1.9/arch/sh/include/asm/
Dprocessor_32.h146 static __inline__ void enable_fpu(void) in enable_fpu() function
/linux-6.1.9/arch/sh/kernel/cpu/sh4/
Dfpu.c45 enable_fpu(); in save_fpu()
95 enable_fpu(); in restore_fpu()
/linux-6.1.9/arch/sh/kernel/cpu/sh2a/
Dfpu.c31 enable_fpu(); in save_fpu()
64 enable_fpu(); in restore_fpu()
/linux-6.1.9/arch/loongarch/kernel/
Dcpu-probe.c38 enable_fpu(); in cpu_set_fpu_fcsr_mask()