Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dptrace.c136 if ((!cpu_has_feature(CPU_FTR_TM)) || (tsk != current)) in flush_tmregs_to_thread()
791 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_active()
827 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_get()
892 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_set()
956 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_active()
994 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_get()
1040 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_set()
1075 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_active()
1115 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_get()
1177 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_set()
[all …]
Dexceptions-64s.S867 END_FTR_SECTION_IFSET(CPU_FTR_TM)
1209 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
1246 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
Dprom.c678 cur_cpu_spec->cpu_features &= ~CPU_FTR_TM; in tm_init()
Ddt_cpu_ftrs.c585 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
Dprocess.c990 if (!cpu_has_feature(CPU_FTR_TM)) in tm_recheckpoint_new_task()
1029 if (cpu_has_feature(CPU_FTR_TM)) { in __switch_to_tm()
Dentry_64.S70 END_FTR_SECTION_IFSET(CPU_FTR_TM)
Dsignal_32.c1468 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
Dtraps.c1721 if (!cpu_has_feature(CPU_FTR_TM)) in facility_unavailable_exception()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dsetup.c404 early_cpu_has_feature(CPU_FTR_TM)) in pnv_tm_init()
411 cur_cpu_spec->cpu_features |= CPU_FTR_TM; in pnv_tm_init()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_emulate.c486 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr()
524 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr()
550 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr()
584 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr()
780 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_mtspr_pr()
958 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv_rmhandlers.S797 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
1781 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
2683 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
2803 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
Dbook3s_hv.c3429 if (cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in kvmppc_vcpu_run_hv()
/Linux-v4.19/arch/powerpc/include/asm/
Dcputable.h206 #define CPU_FTR_TM LONG_ASM_CONST(0x0000001000000000) macro
263 #define CPU_FTR_TM_COMP CPU_FTR_TM
/Linux-v4.19/arch/powerpc/mm/
Dhash_utils_64.c1599 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()