Home
last modified time | relevance | path

Searched defs:kernel_fpu_available (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dfpu.h11 #define kernel_fpu_available() true macro
/linux-6.12.1/arch/riscv/include/asm/
Dfpu.h11 #define kernel_fpu_available() has_fpu() macro
/linux-6.12.1/arch/arm64/include/asm/
Dfpu.h11 #define kernel_fpu_available() cpu_has_neon() macro
/linux-6.12.1/arch/arm/include/asm/
Dfpu.h11 #define kernel_fpu_available() cpu_has_neon() macro
/linux-6.12.1/arch/powerpc/include/asm/
Dfpu.h14 #define kernel_fpu_available() (!cpu_has_feature(CPU_FTR_FPU_UNAVAILABLE)) macro
/linux-6.12.1/arch/loongarch/include/asm/
Dfpu.h24 #define kernel_fpu_available() cpu_has_fpu macro