Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/include/asm/
A Dxor.h27 if (cpu_has_feature(CPU_FTR_ALTIVEC)) \
A Dcputable.h115 #define CPU_FTR_ALTIVEC ASM_CONST(0x00000002) macro
207 #define CPU_FTR_ALTIVEC_COMP CPU_FTR_ALTIVEC
/linux/arch/powerpc/kernel/
A Didle.c84 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in power4_idle()
A Dl2cr_6xx.S101 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
405 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
A Dsignal_64.c88 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in prepare_setup_sigcontext()
263 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in setup_tm_sigcontexts()
398 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in __unsafe_restore_sigcontext()
532 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_sigcontexts()
A Dsignal_32.c248 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in prepare_save_user_regs()
357 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in prepare_save_tm_user_regs()
501 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_user_regs()
601 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_user_regs()
A Dprocess.c415 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in init_msr_all_available()
478 if (cpu_has_feature(CPU_FTR_ALTIVEC) && (current->thread.load_vec)) { in should_restore_altivec()
1113 if (cpu_has_feature(CPU_FTR_ALTIVEC) && msr_diff & MSR_VEC) in restore_tm_state()
1130 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_sprs()
1163 if (cpu_has_feature(CPU_FTR_ALTIVEC) && in restore_sprs()
A Didle_6xx.S134 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
A Dprom.c256 {"altivec", 0, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
257 {"ibm,vmx", 1, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
A Dswsusp_asm64.S145 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
A Dinterrupt.c374 else if (cpu_has_feature(CPU_FTR_ALTIVEC)) in interrupt_exit_user_prepare_main()
A Dswsusp_32.S185 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
A Dsetup-common.c245 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in show_cpuinfo()
A Dexceptions-64e.S627 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
643 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
A Ddt_cpu_ftrs.c479 cur_cpu_spec->cpu_features |= CPU_FTR_ALTIVEC; in feat_enable_vector()
/linux/arch/powerpc/mm/
A Dmmu_context.c83 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in switch_mm_irqs_off()
/linux/Documentation/powerpc/
A Dcpu_features.rst45 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux/lib/raid6/
A Daltivec.uc117 return cpu_has_feature(CPU_FTR_ALTIVEC);
/linux/arch/powerpc/kvm/
A Dpowerpc.c1699 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
1706 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
1750 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
1757 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
1764 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
A Dbook3s_pr.c1574 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_pr()
1606 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_pr()
1674 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_pr()
1705 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_pr()
A Dbooke.c201 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_load_guest_altivec()
220 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_save_guest_altivec()
788 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_vcpu_run()
A Dbook3s_hv_rmhandlers.S2465 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2479 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2500 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
2514 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux/arch/powerpc/platforms/powermac/
A Dcache.S53 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux/drivers/cpufreq/
A Dpmac32-cpufreq.c265 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in pmu_set_cpu_speed()
/linux/tools/testing/selftests/powerpc/copyloops/
A Dmemcpy_power7.S33 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)

Completed in 52 milliseconds

12