| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | xor.h | 27 if (cpu_has_feature(CPU_FTR_ALTIVEC)) \
|
| H A D | cputable.h | 112 #define CPU_FTR_ALTIVEC ASM_CONST(0x00000002) macro 206 #define CPU_FTR_ALTIVEC_COMP CPU_FTR_ALTIVEC
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | idle.c | 83 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 | signal_64.c | 93 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 D | signal_32.c | 254 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 D | idle_6xx.S | 134 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| H A D | swsusp_asm64.S | 139 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| H A D | prom.c | 277 {"altivec", 0, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC}, 278 {"ibm,vmx", 1, CPU_FTR_ALTIVEC, PPC_FEATURE_HAS_ALTIVEC},
|
| H A D | process.c | 410 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in init_msr_all_available() 473 if (cpu_has_feature(CPU_FTR_ALTIVEC) && (current->thread.load_vec)) { in should_restore_altivec() 1140 if (cpu_has_feature(CPU_FTR_ALTIVEC) && msr_diff & MSR_VEC) in restore_tm_state() 1157 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in save_sprs() 1230 if (cpu_has_feature(CPU_FTR_ALTIVEC) && in restore_sprs()
|
| H A D | interrupt.c | 213 else if (cpu_has_feature(CPU_FTR_ALTIVEC)) in interrupt_exit_user_prepare_main()
|
| H A D | swsusp_32.S | 187 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| H A D | setup-common.c | 244 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in show_cpuinfo()
|
| H A D | exceptions-64e.S | 611 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) 627 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | mmu_context.c | 94 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in switch_mm_irqs_off()
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | book3s_hv_p9_entry.c | 17 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 D | powerpc.c | 1706 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg() 1713 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_get_one_reg() 1757 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg() 1764 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg() 1771 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) { in kvm_vcpu_ioctl_set_one_reg()
|
| H A D | book3s_pr.c | 1576 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 D | booke.c | 201 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 D | book3s_hv_rmhandlers.S | 2448 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) 2462 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) 2484 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) 2498 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| /linux-6.15/arch/powerpc/xmon/ |
| H A D | ppc-dis.c | 135 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in print_insn_powerpc()
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | cpu_features.rst | 45 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| /linux-6.15/lib/raid6/ |
| H A D | altivec.uc | 117 return cpu_has_feature(CPU_FTR_ALTIVEC);
|
| /linux-6.15/arch/powerpc/platforms/powermac/ |
| H A D | cache.S | 53 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | pmac32-cpufreq.c | 266 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in pmu_set_cpu_speed()
|