Home
last modified time | relevance | path

Searched refs:CPU_FTR_VSX (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/arch/powerpc/lib/
Dtest_emulate_step.c578 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) { in test_lxvd2x_stxvd2x()
581 if (!cpu_has_feature(CPU_FTR_VSX)) in test_lxvd2x_stxvd2x()
600 cpu_has_feature(CPU_FTR_VSX)) { in test_lxvd2x_stxvd2x()
603 if (!cpu_has_feature(CPU_FTR_VSX)) in test_lxvd2x_stxvd2x()
656 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) { in test_lxvp_stxvp()
659 if (!cpu_has_feature(CPU_FTR_VSX)) in test_lxvp_stxvp()
687 cpu_has_feature(CPU_FTR_VSX)) { in test_lxvp_stxvp()
690 if (!cpu_has_feature(CPU_FTR_VSX)) in test_lxvp_stxvp()
744 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) { in test_lxvpx_stxvpx()
747 if (!cpu_has_feature(CPU_FTR_VSX)) in test_lxvpx_stxvpx()
[all …]
Dsstep.c3057 !cpu_has_feature(CPU_FTR_VSX)) { in analyse_instr()
/Linux-v5.15/arch/powerpc/kernel/
Dfpu.S29 END_FTR_SECTION_IFSET(CPU_FTR_VSX); \
38 END_FTR_SECTION_IFSET(CPU_FTR_VSX); \
88 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
Dtm.S23 END_FTR_SECTION_IFSET(CPU_FTR_VSX); \
31 END_FTR_SECTION_IFSET(CPU_FTR_VSX); \
143 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
397 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
Dprocess.c129 if (cpu_has_feature(CPU_FTR_VSX) && (bits & MSR_FP)) in msr_check_and_set()
147 if (cpu_has_feature(CPU_FTR_VSX) && (bits & MSR_FP)) in __msr_check_and_clear()
163 if (cpu_has_feature(CPU_FTR_VSX)) in __giveup_fpu()
246 if (cpu_has_feature(CPU_FTR_VSX)) in __giveup_altivec()
417 if (cpu_has_feature(CPU_FTR_VSX)) in init_msr_all_available()
497 if (cpu_has_feature(CPU_FTR_VSX)) in should_restore_vsx()
Dinterrupt.c372 if (cpu_has_feature(CPU_FTR_VSX)) in interrupt_exit_user_prepare_main()
Dprom.c261 {"ibm,vmx", 2, CPU_FTR_VSX, PPC_FEATURE_HAS_VSX},
Ddt_cpu_ftrs.c492 cur_cpu_spec->cpu_features |= CPU_FTR_VSX; in feat_enable_vsx()
Dexceptions-64s.S2390 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
/Linux-v5.15/arch/powerpc/include/asm/
Dcputable.h173 #define CPU_FTR_VSX LONG_ASM_CONST(0x0000000004000000) macro
218 #define CPU_FTR_VSX_COMP CPU_FTR_VSX
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s.c624 if (cpu_has_feature(CPU_FTR_VSX)) { in kvmppc_get_one_reg()
712 if (cpu_has_feature(CPU_FTR_VSX)) { in kvmppc_set_one_reg()
Dbook3s_hv_rmhandlers.S2470 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
2505 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
Dbook3s_pr.c878 if (!cpu_has_feature(CPU_FTR_VSX)) in kvmppc_handle_ext()