Searched refs:CPU_FTR_VSX (Results 1 – 16 of 16) sorted by relevance
29 END_FTR_SECTION_IFSET(CPU_FTR_VSX); \38 END_FTR_SECTION_IFSET(CPU_FTR_VSX); \47 END_FTR_SECTION_IFSET(CPU_FTR_VSX); \105 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
23 END_FTR_SECTION_IFSET(CPU_FTR_VSX); \31 END_FTR_SECTION_IFSET(CPU_FTR_VSX); \143 END_FTR_SECTION_IFSET(CPU_FTR_VSX)394 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
124 if (cpu_has_feature(CPU_FTR_VSX) && (bits & MSR_FP)) in msr_check_and_set()142 if (cpu_has_feature(CPU_FTR_VSX) && (bits & MSR_FP)) in __msr_check_and_clear()158 if (cpu_has_feature(CPU_FTR_VSX)) in __giveup_fpu()241 if (cpu_has_feature(CPU_FTR_VSX)) in __giveup_altivec()412 if (cpu_has_feature(CPU_FTR_VSX)) in init_msr_all_available()492 if (cpu_has_feature(CPU_FTR_VSX)) in should_restore_vsx()
215 if (cpu_has_feature(CPU_FTR_VSX)) in interrupt_exit_user_prepare_main()
282 {"ibm,vmx", 2, CPU_FTR_VSX, PPC_FEATURE_HAS_VSX},
504 cur_cpu_spec->cpu_features |= CPU_FTR_VSX; in feat_enable_vsx()
2465 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
578 if (!cpu_has_feature(CPU_FTR_VSX)) in test_lxvd2x_stxvd2x()597 cpu_has_feature(CPU_FTR_VSX)) { in test_lxvd2x_stxvd2x()600 if (!cpu_has_feature(CPU_FTR_VSX)) in test_lxvd2x_stxvd2x()656 if (!cpu_has_feature(CPU_FTR_VSX)) in test_lxvp_stxvp()684 cpu_has_feature(CPU_FTR_VSX)) { in test_lxvp_stxvp()687 if (!cpu_has_feature(CPU_FTR_VSX)) in test_lxvp_stxvp()744 if (!cpu_has_feature(CPU_FTR_VSX)) in test_lxvpx_stxvpx()772 cpu_has_feature(CPU_FTR_VSX)) { in test_lxvpx_stxvpx()775 if (!cpu_has_feature(CPU_FTR_VSX)) in test_lxvpx_stxvpx()832 if (!cpu_has_feature(CPU_FTR_VSX)) in test_plxvp_pstxvp()[all …]
3134 !cpu_has_feature(CPU_FTR_VSX)) { in analyse_instr()
138 if (cpu_has_feature(CPU_FTR_VSX)) in print_insn_powerpc()
170 #define CPU_FTR_VSX LONG_ASM_CONST(0x0000000004000000) macro217 #define CPU_FTR_VSX_COMP CPU_FTR_VSX
643 if (cpu_has_feature(CPU_FTR_VSX)) { in kvmppc_get_one_reg()731 if (cpu_has_feature(CPU_FTR_VSX)) { in kvmppc_set_one_reg()
505 if (cpu_has_feature(CPU_FTR_VSX)) in kvmppc_msr_hard_disable_set_facilities()
2453 END_FTR_SECTION_IFSET(CPU_FTR_VSX)2489 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
876 if (!cpu_has_feature(CPU_FTR_VSX)) in kvmppc_handle_ext()
5142 if (cpu_has_feature(CPU_FTR_VSX)) in kvmppc_vcpu_run_hv()
Completed in 52 milliseconds