Home
last modified time | relevance | path

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

12

/Linux-v5.4/arch/powerpc/include/asm/
Dxor.h27 if (cpu_has_feature(CPU_FTR_ALTIVEC)) \
Dcputable.h136 #define CPU_FTR_ALTIVEC ASM_CONST(0x00000002) macro
226 #define CPU_FTR_ALTIVEC_COMP CPU_FTR_ALTIVEC
/Linux-v5.4/arch/powerpc/mm/
Dmmu_context.c81 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in switch_mm_irqs_off()
/Linux-v5.4/arch/powerpc/kernel/
Didle_power4.S66 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dl2cr_6xx.S101 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
406 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dsignal_64.c133 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in setup_sigcontext()
261 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in setup_tm_sigcontexts()
397 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_sigcontext()
528 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_sigcontexts()
Didle_6xx.S134 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dprom.c254 {"altivec", 0, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
255 {"ibm,vmx", 1, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
Dprocess.c324 if (cpu_has_feature(CPU_FTR_ALTIVEC) && (tsk->thread.load_vec)) { in restore_altivec()
463 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in init_msr_all_available()
1038 if (cpu_has_feature(CPU_FTR_ALTIVEC) && msr_diff & MSR_VEC) in restore_tm_state()
1054 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_sprs()
1085 if (cpu_has_feature(CPU_FTR_ALTIVEC) && in restore_sprs()
Dsignal_32.c415 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_user_regs()
548 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_tm_user_regs()
681 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_user_regs()
793 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_user_regs()
Dswsusp_asm64.S146 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dswsusp_32.S185 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dsetup-common.c250 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in show_cpuinfo()
Dentry_32.S688 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
728 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Ddt_cpu_ftrs.c466 cur_cpu_spec->cpu_features |= CPU_FTR_ALTIVEC; in feat_enable_vector()
Dexceptions-64e.S661 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
681 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/Linux-v5.4/lib/raid6/
Daltivec.uc117 return cpu_has_feature(CPU_FTR_ALTIVEC);
/Linux-v5.4/Documentation/powerpc/
Dcpu_features.rst45 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/Linux-v5.4/arch/powerpc/platforms/powermac/
Dcache.S53 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/Linux-v5.4/arch/powerpc/kvm/
Dpowerpc.c1687 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
1694 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
1738 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
1745 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
1752 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
Dbook3s_pr.c1560 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_pr()
1592 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_pr()
1660 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_pr()
1691 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_pr()
Dbooke.c176 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_load_guest_altivec()
195 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_save_guest_altivec()
763 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_vcpu_run()
Dbook3s_hv_rmhandlers.S3030 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
3044 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
3065 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
3079 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/Linux-v5.4/drivers/cpufreq/
Dpmac32-cpufreq.c265 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in pmu_set_cpu_speed()
/Linux-v5.4/tools/testing/selftests/powerpc/copyloops/
Dmemcpy_power7.S33 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)

12