Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dxor.h48 if (cpu_has_feature(CPU_FTR_ALTIVEC)) \
Dmmu_context.h88 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.4.14/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.c128 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in setup_sigcontext()
244 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in setup_tm_sigcontexts()
385 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_sigcontext()
519 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_sigcontexts()
Dprom.c246 {"altivec", 0, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
247 {"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.S468 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
598 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dentry_32.S616 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
656 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.S1192 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux-4.4.14/arch/powerpc/kvm/
Dpowerpc.c918 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
925 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
969 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
976 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
983 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
Dbooke.c181 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_load_guest_altivec()
199 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_save_guest_altivec()
754 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_vcpu_run()
Dbook3s_hv.c1179 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_hv()
1208 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_hv()
1387 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_hv()
1415 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_hv()
Dbook3s_hv_rmhandlers.S2575 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2589 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2610 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2624 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux-4.4.14/Documentation/powerpc/
Dcpu_features.txt41 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux-4.4.14/lib/raid6/
Daltivec.uc113 return cpu_has_feature(CPU_FTR_ALTIVEC);
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dcache.S57 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux-4.4.14/drivers/cpufreq/
Dpmac32-cpufreq.c267 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in pmu_set_cpu_speed()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dlpar.c78 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in vpa_init()
/linux-4.4.14/drivers/macintosh/
Dvia-pmu.c2219 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in powerbook_sleep()