Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Ddc_fpu.c98 } else if (!cpu_has_feature(CPU_FTR_FPU_UNAVAILABLE)) { in dc_fpu_begin()
135 } else if (!cpu_has_feature(CPU_FTR_FPU_UNAVAILABLE)) { in dc_fpu_end()
/linux-6.1.9/arch/powerpc/include/asm/
Dcputable.h117 #define CPU_FTR_FPU_UNAVAILABLE ASM_CONST(0x00000040) macro
352 CPU_FTR_COMMON | CPU_FTR_FPU_UNAVAILABLE | CPU_FTR_NOEXECUTE)
531 CPU_FTR_FPU_UNAVAILABLE | \
/linux-6.1.9/arch/powerpc/kernel/
Dcpu_setup_6xx.S25 END_FTR_SECTION_IFCLR(CPU_FTR_FPU_UNAVAILABLE)
Ddt_cpu_ftrs.c474 cur_cpu_spec->cpu_features &= ~CPU_FTR_FPU_UNAVAILABLE; in feat_enable_fp()
Dhead_book3s_32.S367 END_FTR_SECTION_IFSET(CPU_FTR_FPU_UNAVAILABLE)