| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | xor.h | 27 if (cpu_has_feature(CPU_FTR_ALTIVEC)) \
|
| H A D | cputable.h | 136 #define CPU_FTR_ALTIVEC ASM_CONST(0x00000002) macro 230 #define CPU_FTR_ALTIVEC_COMP CPU_FTR_ALTIVEC
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | idle.c | 84 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in power4_idle()
|
| H A D | l2cr_6xx.S | 101 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) 405 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| H A D | syscall_64.c | 221 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()
|
| H A D | signal_64.c | 133 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()
|
| H A D | signal_32.c | 270 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()
|
| H A D | process.c | 413 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()
|
| H A D | prom.c | 256 {"altivec", 0, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC}, 257 {"ibm,vmx", 1, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
|
| H A D | idle_6xx.S | 134 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| H A D | swsusp_asm64.S | 146 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| H A D | swsusp_32.S | 185 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| H A D | setup-common.c | 250 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in show_cpuinfo()
|
| H A D | entry_32.S | 725 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) 765 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| H A D | dt_cpu_ftrs.c | 507 cur_cpu_spec->cpu_features |= CPU_FTR_ALTIVEC; in feat_enable_vector()
|
| H A D | exceptions-64e.S | 662 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) 682 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | mmu_context.c | 81 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in switch_mm_irqs_off()
|
| /OK3568_Linux_fs/kernel/lib/raid6/ |
| H A D | altivec.uc | 117 return cpu_has_feature(CPU_FTR_ALTIVEC);
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | cpu_features.rst | 45 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | powerpc.c | 1692 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()
|
| H A D | book3s_pr.c | 1595 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()
|
| H A D | booke.c | 175 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()
|
| H A D | book3s_hv_rmhandlers.S | 3075 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) 3089 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) 3110 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) 3124 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | cache.S | 53 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | pmac32-cpufreq.c | 265 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in pmu_set_cpu_speed()
|