Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dxor.h27 if (cpu_has_feature(CPU_FTR_ALTIVEC)) \
H A Dcputable.h112 #define CPU_FTR_ALTIVEC ASM_CONST(0x00000002) macro
206 #define CPU_FTR_ALTIVEC_COMP CPU_FTR_ALTIVEC
/linux/arch/powerpc/kernel/
H A Dl2cr_6xx.S101 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
405 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
H A Dsignal_64.c93 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in prepare_setup_sigcontext()
268 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in setup_tm_sigcontexts()
406 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in __unsafe_restore_sigcontext()
540 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_sigcontexts()
H A Dsignal_32.c254 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in prepare_save_user_regs()
364 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in prepare_save_tm_user_regs()
510 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_user_regs()
614 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_user_regs()
H A Didle_6xx.S134 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
H A Dswsusp_asm64.S139 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
H A Dinterrupt.c217 else if (cpu_has_feature(CPU_FTR_ALTIVEC)) in interrupt_exit_user_prepare_main()
H A Dswsusp_32.S187 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
H A Dsetup-common.c244 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in show_cpuinfo()
H A Dexceptions-64e.S611 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
627 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux/arch/powerpc/mm/
H A Dmmu_context.c94 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in switch_mm_irqs_off()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c17 if (cpu_has_feature(CPU_FTR_ALTIVEC) && in load_spr_state()
63 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in store_spr_state()
189 if (cpu_has_feature(CPU_FTR_ALTIVEC) && in restore_p9_host_os_sprs()
503 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_msr_hard_disable_set_facilities()
H A Dpowerpc.c1700 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
1707 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
1751 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
1758 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
1765 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
H A Dbook3s_pr.c1576 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_pr()
1608 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_pr()
1676 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_pr()
1707 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_pr()
H 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()
790 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_vcpu_run()
H A Dbook3s_hv.c2421 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_hv()
2453 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_hv()
2704 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_hv()
2735 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_hv()
5140 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_vcpu_run_hv()
/linux/arch/powerpc/xmon/
H A Dppc-dis.c135 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in print_insn_powerpc()
/linux/lib/raid6/
H A Daltivec.uc117 return cpu_has_feature(CPU_FTR_ALTIVEC);
/linux/Documentation/arch/powerpc/
H A Dcpu_features.rst45 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux/arch/powerpc/platforms/powermac/
H A Dcache.S53 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux/arch/powerpc/lib/
H A Dmemcpy_power7.S33 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/linux/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_power7.S33 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
H A Dcopyuser_power7.S
/linux/drivers/macintosh/
H A Dvia-pmu.c2286 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in powerbook_sleep()