Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/powerpc/include/asm/
Dxor.h39 if (cpu_has_feature(CPU_FTR_ALTIVEC)) \
Dcputable.h135 #define CPU_FTR_ALTIVEC ASM_CONST(0x00000002) macro
228 #define CPU_FTR_ALTIVEC_COMP CPU_FTR_ALTIVEC
/Linux-v4.19/arch/powerpc/mm/
Dmmu_context.c85 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in switch_mm_irqs_off()
/Linux-v4.19/arch/powerpc/kernel/
Didle_power4.S70 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dl2cr_6xx.S113 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
418 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dsignal_64.c137 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in setup_sigcontext()
265 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in setup_tm_sigcontexts()
401 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_sigcontext()
547 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_sigcontexts()
Didle_6xx.S138 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.c340 if (cpu_has_feature(CPU_FTR_ALTIVEC) && in restore_altivec()
479 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in init_msr_all_available()
1079 if (cpu_has_feature(CPU_FTR_ALTIVEC) && msr_diff & MSR_VEC) in restore_tm_state()
1095 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_sprs()
1126 if (cpu_has_feature(CPU_FTR_ALTIVEC) && in restore_sprs()
Dsignal_32.c419 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_user_regs()
552 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_tm_user_regs()
685 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_user_regs()
797 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_user_regs()
Dswsusp_asm64.S147 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dswsusp_32.S142 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dsetup-common.c256 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in show_cpuinfo()
Dentry_32.S677 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
716 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Ddt_cpu_ftrs.c465 cur_cpu_spec->cpu_features |= CPU_FTR_ALTIVEC; in feat_enable_vector()
Dexceptions-64e.S651 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
671 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/Linux-v4.19/Documentation/powerpc/
Dcpu_features.txt41 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/Linux-v4.19/lib/raid6/
Daltivec.uc117 return cpu_has_feature(CPU_FTR_ALTIVEC);
/Linux-v4.19/arch/powerpc/kvm/
Dpowerpc.c1660 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
1667 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
1711 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
1718 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
1725 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
Dbook3s_pr.c1563 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_pr()
1595 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_pr()
1663 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_pr()
1694 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_pr()
Dbooke.c187 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_load_guest_altivec()
206 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_save_guest_altivec()
774 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_vcpu_run()
Dbook3s_hv_rmhandlers.S3071 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
3085 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
3106 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
3120 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dcache.S58 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/Linux-v4.19/drivers/cpufreq/
Dpmac32-cpufreq.c269 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in pmu_set_cpu_speed()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dlpar.c81 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in vpa_init()

12