Home
last modified time | relevance | path

Searched refs:CPU_FTR_TM (Results 1 – 12 of 12) sorted by relevance

/arch/powerpc/kernel/
Dptrace.c134 if ((!cpu_has_feature(CPU_FTR_TM)) || (tsk != current)) in flush_tmregs_to_thread()
783 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_active()
819 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_get()
884 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_set()
948 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_active()
986 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_get()
1032 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_set()
1067 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_active()
1107 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_get()
1169 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_set()
[all …]
Dexceptions-64s.S818 END_FTR_SECTION_IFSET(CPU_FTR_TM)
1147 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
1184 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
Dsignal_32.c1283 if (!cpu_has_feature(CPU_FTR_TM)) in sys_rt_sigreturn()
1565 if (!cpu_has_feature(CPU_FTR_TM)) in sys_sigreturn()
Ddt_cpu_ftrs.c626 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
Dprocess.c958 if (!cpu_has_feature(CPU_FTR_TM)) in tm_recheckpoint_new_task()
999 if (cpu_has_feature(CPU_FTR_TM)) { in __switch_to_tm()
Dsignal_64.c746 if (!cpu_has_feature(CPU_FTR_TM)) in sys_rt_sigreturn()
Dentry_64.S68 END_FTR_SECTION_IFSET(CPU_FTR_TM)
Dtraps.c1473 if (!cpu_has_feature(CPU_FTR_TM)) in facility_unavailable_exception()
/arch/powerpc/include/asm/
Dcputable.h213 #define CPU_FTR_TM LONG_ASM_CONST(0x0080000000000000) macro
268 #define CPU_FTR_TM_COMP CPU_FTR_TM
/arch/powerpc/kvm/
Dbook3s_hv_rmhandlers.S778 END_FTR_SECTION_IFSET(CPU_FTR_TM)
1654 END_FTR_SECTION_IFSET(CPU_FTR_TM)
2526 END_FTR_SECTION_IFSET(CPU_FTR_TM)
2640 END_FTR_SECTION_IFSET(CPU_FTR_TM)
Dbook3s_hv.c1973 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_vcpu_create_hv()
3258 if (cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in kvmppc_vcpu_run_hv()
/arch/powerpc/mm/
Dhash_utils_64.c1597 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()