Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
Dptrace-tm.c21 if (!cpu_has_feature(CPU_FTR_TM) || tsk != current) in flush_tmregs_to_thread()
60 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_active()
89 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_get()
140 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_set()
201 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_active()
234 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_get()
279 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_set()
313 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_active()
350 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_get()
400 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_set()
[all …]
/kernel/linux/linux-5.10/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.S747 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
1732 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
2675 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
2815 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
Dbook3s_hv.c3619 if (cpu_has_feature(CPU_FTR_TM) || in kvmhv_p9_guest_entry()
3756 if (cpu_has_feature(CPU_FTR_TM) || in kvmhv_p9_guest_entry()
4324 if (cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in kvmppc_vcpu_run_hv()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Dsetup.c497 early_cpu_has_feature(CPU_FTR_TM)) in pnv_tm_init()
504 cur_cpu_spec->cpu_features |= CPU_FTR_TM; in pnv_tm_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dcputable.h204 #define CPU_FTR_TM LONG_ASM_CONST(0x0000001000000000) macro
265 #define CPU_FTR_TM_COMP CPU_FTR_TM
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dexceptions-64s.S1789 END_FTR_SECTION_IFSET(CPU_FTR_TM)
2434 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
2488 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
Dentry_64.S76 END_FTR_SECTION_IFSET(CPU_FTR_TM)
236 END_FTR_SECTION_IFSET(CPU_FTR_TM)
Dsignal_32.c1053 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
1348 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
Dprom.c688 cur_cpu_spec->cpu_features &= ~CPU_FTR_TM; in tm_init()
Dprocess.c1035 if (!cpu_has_feature(CPU_FTR_TM)) in tm_recheckpoint_new_task()
1074 if (cpu_has_feature(CPU_FTR_TM)) { in __switch_to_tm()
Ddt_cpu_ftrs.c640 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
Dsignal_64.c769 if (!cpu_has_feature(CPU_FTR_TM)) in SYSCALL_DEFINE0()
Dtraps.c1835 if (!cpu_has_feature(CPU_FTR_TM)) in facility_unavailable_exception()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dhash_utils.c1731 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()