Home
last modified time | relevance | path

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

12

/Linux-v5.10/arch/powerpc/include/asm/
Dxor.h27 if (cpu_has_feature(CPU_FTR_ALTIVEC)) \
Dcputable.h136 #define CPU_FTR_ALTIVEC ASM_CONST(0x00000002) macro
230 #define CPU_FTR_ALTIVEC_COMP CPU_FTR_ALTIVEC
/Linux-v5.10/arch/powerpc/kernel/
Didle.c84 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in power4_idle()
Dl2cr_6xx.S101 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
405 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dsyscall_64.c221 else if (cpu_has_feature(CPU_FTR_ALTIVEC)) in syscall_exit_prepare()
300 else if (cpu_has_feature(CPU_FTR_ALTIVEC)) in interrupt_exit_user_prepare()
Dsignal_64.c133 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in setup_sigcontext()
254 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in setup_tm_sigcontexts()
390 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_sigcontext()
521 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_sigcontexts()
Dsignal_32.c270 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_user_regs()
395 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_tm_user_regs()
528 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_user_regs()
640 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_user_regs()
Didle_6xx.S134 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Dprocess.c413 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in init_msr_all_available()
476 if (cpu_has_feature(CPU_FTR_ALTIVEC) && (current->thread.load_vec)) { in should_restore_altivec()
1124 if (cpu_has_feature(CPU_FTR_ALTIVEC) && msr_diff & MSR_VEC) in restore_tm_state()
1140 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_sprs()
1171 if (cpu_has_feature(CPU_FTR_ALTIVEC) && in restore_sprs()
Dprom.c256 {"altivec", 0, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
257 {"ibm,vmx", 1, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
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.S722 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
762 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
Ddt_cpu_ftrs.c506 cur_cpu_spec->cpu_features |= CPU_FTR_ALTIVEC; in feat_enable_vector()
Dexceptions-64e.S662 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
682 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/Linux-v5.10/arch/powerpc/mm/
Dmmu_context.c81 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in switch_mm_irqs_off()
/Linux-v5.10/Documentation/powerpc/
Dcpu_features.rst45 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/Linux-v5.10/lib/raid6/
Daltivec.uc117 return cpu_has_feature(CPU_FTR_ALTIVEC);
/Linux-v5.10/arch/powerpc/platforms/powermac/
Dcache.S53 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/Linux-v5.10/arch/powerpc/kvm/
Dpowerpc.c1692 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
1699 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg()
1743 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_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()
Dbook3s_pr.c1595 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_pr()
1627 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_get_one_reg_pr()
1695 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_pr()
1726 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_set_one_reg_pr()
Dbooke.c175 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_load_guest_altivec()
194 if (cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvmppc_save_guest_altivec()
762 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_vcpu_run()
Dbook3s_hv_rmhandlers.S3069 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
3083 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
3104 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
3118 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
/Linux-v5.10/drivers/cpufreq/
Dpmac32-cpufreq.c265 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in pmu_set_cpu_speed()

12