Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/kernel/
Dfpu.S29 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)
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)
394 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
Dprocess.c126 if (cpu_has_feature(CPU_FTR_VSX) && (bits & MSR_FP)) in msr_check_and_set()
144 if (cpu_has_feature(CPU_FTR_VSX) && (bits & MSR_FP)) in __msr_check_and_clear()
160 if (cpu_has_feature(CPU_FTR_VSX)) in __giveup_fpu()
243 if (cpu_has_feature(CPU_FTR_VSX)) in __giveup_altivec()
414 if (cpu_has_feature(CPU_FTR_VSX)) in init_msr_all_available()
494 if (cpu_has_feature(CPU_FTR_VSX)) in should_restore_vsx()
Dinterrupt.c210 if (cpu_has_feature(CPU_FTR_VSX)) in interrupt_exit_user_prepare_main()
Dprom.c278 {"ibm,vmx", 2, CPU_FTR_VSX, PPC_FEATURE_HAS_VSX},
Ddt_cpu_ftrs.c496 cur_cpu_spec->cpu_features |= CPU_FTR_VSX; in feat_enable_vsx()
Dexceptions-64s.S2482 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
/linux-6.6.21/arch/powerpc/lib/
Dtest_emulate_step.c575 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) { in test_lxvd2x_stxvd2x()
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()
653 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) { in test_lxvp_stxvp()
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()
741 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) { in test_lxvpx_stxvpx()
744 if (!cpu_has_feature(CPU_FTR_VSX)) in test_lxvpx_stxvpx()
[all …]
Dsstep.c3138 !cpu_has_feature(CPU_FTR_VSX)) { in analyse_instr()
/linux-6.6.21/arch/powerpc/include/asm/
Dcputable.h170 #define CPU_FTR_VSX LONG_ASM_CONST(0x0000000004000000) macro
216 #define CPU_FTR_VSX_COMP CPU_FTR_VSX
/linux-6.6.21/arch/powerpc/kvm/
Dbook3s.c646 if (cpu_has_feature(CPU_FTR_VSX)) { in kvmppc_get_one_reg()
734 if (cpu_has_feature(CPU_FTR_VSX)) { in kvmppc_set_one_reg()
Dbook3s_hv_p9_entry.c505 if (cpu_has_feature(CPU_FTR_VSX)) in kvmppc_msr_hard_disable_set_facilities()
Dbook3s_hv_rmhandlers.S2455 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
2491 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
Dbook3s_pr.c883 if (!cpu_has_feature(CPU_FTR_VSX)) in kvmppc_handle_ext()
Dbook3s_hv.c4857 if (cpu_has_feature(CPU_FTR_VSX)) in kvmppc_vcpu_run_hv()