Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dptrace.c138 if ((!cpu_has_feature(CPU_FTR_TM)) || (tsk != current)) in flush_tmregs_to_thread()
804 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_active()
840 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_get()
905 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_set()
969 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_active()
1007 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_get()
1053 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_set()
1088 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_active()
1128 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_get()
1190 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_set()
[all …]
Dexceptions-64s.S1348 END_FTR_SECTION_IFSET(CPU_FTR_TM)
1687 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
1728 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
Dprom.c678 cur_cpu_spec->cpu_features &= ~CPU_FTR_TM; in tm_init()
Dsignal_32.c1202 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
1493 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
Ddt_cpu_ftrs.c586 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
Dprocess.c949 if (!cpu_has_feature(CPU_FTR_TM)) in tm_recheckpoint_new_task()
988 if (cpu_has_feature(CPU_FTR_TM)) { in __switch_to_tm()
Dsignal_64.c776 if (!cpu_has_feature(CPU_FTR_TM)) in SYSCALL_DEFINE0()
Dentry_64.S70 END_FTR_SECTION_IFSET(CPU_FTR_TM)
Dtraps.c1796 if (!cpu_has_feature(CPU_FTR_TM)) in facility_unavailable_exception()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_emulate.c492 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr()
530 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr()
556 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr()
590 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr()
786 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_mtspr_pr()
964 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv_rmhandlers.S740 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
1724 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
2635 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
2775 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
Dbook3s_hv.c3553 if (cpu_has_feature(CPU_FTR_TM) || in kvmhv_p9_guest_entry()
3671 if (cpu_has_feature(CPU_FTR_TM) || in kvmhv_p9_guest_entry()
4233 if (cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in kvmppc_vcpu_run_hv()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dsetup.c436 early_cpu_has_feature(CPU_FTR_TM)) in pnv_tm_init()
443 cur_cpu_spec->cpu_features |= CPU_FTR_TM; in pnv_tm_init()
/Linux-v5.4/arch/powerpc/include/asm/
Dcputable.h203 #define CPU_FTR_TM LONG_ASM_CONST(0x0000001000000000) macro
261 #define CPU_FTR_TM_COMP CPU_FTR_TM
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dhash_utils.c1680 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()