Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dcputable.h140 #define CPU_FTR_FPU_UNAVAILABLE ASM_CONST(0x00000040) macro
378 CPU_FTR_COMMON | CPU_FTR_FPU_UNAVAILABLE)
546 CPU_FTR_FPU_UNAVAILABLE | \
/Linux-v4.19/arch/powerpc/kernel/
Dcpu_setup_6xx.S29 END_FTR_SECTION_IFCLR(CPU_FTR_FPU_UNAVAILABLE)
Ddt_cpu_ftrs.c456 cur_cpu_spec->cpu_features &= ~CPU_FTR_FPU_UNAVAILABLE; in feat_enable_fp()
Dhead_32.S444 END_FTR_SECTION_IFSET(CPU_FTR_FPU_UNAVAILABLE)