Home
last modified time | relevance | path

Searched refs:CPU_FTR_ALTIVEC (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dxor.h48 if (cpu_has_feature(CPU_FTR_ALTIVEC)) \
Dmmu_context.h71 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in switch_mm()
Dcputable.h131 #define CPU_FTR_ALTIVEC ASM_CONST(0x00000008) macro
210 #define CPU_FTR_ALTIVEC_COMP CPU_FTR_ALTIVEC
/linux-4.1.27/arch/powerpc/kernel/
Didle_power4.S61 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dl2cr_6xx.S112 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
417 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dsignal_64.c115 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in setup_sigcontext()
233 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in setup_tm_sigcontexts()
374 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_sigcontext()
508 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_sigcontexts()
Dprom.c250 {"altivec", 0, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
251 {"ibm,vmx", 1, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
Didle_6xx.S137 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dsignal_32.c440 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_user_regs()
575 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_tm_user_regs()
717 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_user_regs()
833 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_user_regs()
Dswsusp_asm64.S146 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dswsusp_32.S140 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dsetup-common.c245 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in show_cpuinfo()
Dentry_64.S421 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
551 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dentry_32.S611 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
651 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dexceptions-64e.S650 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
670 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dexceptions-64s.S1200 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux-4.1.27/arch/powerpc/kvm/
Dpowerpc.c914 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
921 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
965 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
972 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
979 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
Dbook3s_hv.c1164 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_hv()
1193 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_hv()
1372 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_hv()
1400 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_hv()
Dbook3s_hv_rmhandlers.S2460 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2474 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2495 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2509 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dbooke.c180 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_load_guest_altivec()
198 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_save_guest_altivec()
753 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_vcpu_run()
/linux-4.1.27/lib/raid6/
Daltivec.uc113 return cpu_has_feature(CPU_FTR_ALTIVEC);
/linux-4.1.27/Documentation/powerpc/
Dcpu_features.txt41 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dcache.S57 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux-4.1.27/drivers/cpufreq/
Dpmac32-cpufreq.c267 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in pmu_set_cpu_speed()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dlpar.c78 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in vpa_init()
/linux-4.1.27/drivers/macintosh/
Dvia-pmu.c2219 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in powerbook_sleep()