Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dxor.h49 if (cpu_has_feature(CPU_FTR_ALTIVEC)) \
Dmmu_context.h122 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in switch_mm_irqs_off()
Dcputable.h147 #define CPU_FTR_ALTIVEC ASM_CONST(0x00000008) macro
228 #define CPU_FTR_ALTIVEC_COMP CPU_FTR_ALTIVEC
/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.c134 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in setup_sigcontext()
253 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in setup_tm_sigcontexts()
389 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_sigcontext()
532 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_sigcontexts()
Didle_6xx.S137 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dprom.c250 {"altivec", 0, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
251 {"ibm,vmx", 1, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
Dswsusp_asm64.S146 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dprocess.c312 if (cpu_has_feature(CPU_FTR_ALTIVEC) && in restore_altivec()
456 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in init_msr_all_available()
1036 if (cpu_has_feature(CPU_FTR_ALTIVEC) && msr_diff & MSR_VEC) in restore_tm_state()
1052 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_sprs()
1089 if (cpu_has_feature(CPU_FTR_ALTIVEC) && in restore_sprs()
Dsignal_32.c441 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_user_regs()
572 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_tm_user_regs()
705 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_user_regs()
815 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_user_regs()
Dswsusp_32.S140 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dsetup-common.c256 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in show_cpuinfo()
Dentry_32.S630 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
669 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.S1113 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/arch/powerpc/kvm/
Dpowerpc.c989 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
996 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
1040 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
1047 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
1054 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
Dbooke.c185 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_load_guest_altivec()
204 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_save_guest_altivec()
759 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_vcpu_run()
Dbook3s_hv_rmhandlers.S2492 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2506 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2527 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2541 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dbook3s_hv.c1281 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_hv()
1313 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_hv()
1495 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_hv()
1526 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_hv()
/arch/powerpc/platforms/powermac/
Dcache.S57 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/arch/powerpc/platforms/pseries/
Dlpar.c79 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in vpa_init()