Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/ptrace/
A Dptrace-tm.c60 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_active()
94 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_get()
141 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_set()
202 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_active()
235 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_get()
280 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_set()
314 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_active()
351 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_get()
401 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_set()
442 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvsx_active()
[all …]
/linux/arch/powerpc/kvm/
A Dbook3s_emulate.c488 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr()
526 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr()
552 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr()
586 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr()
782 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_mtspr_pr()
963 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_mfspr_pr()
A Dbook3s_hv_rmhandlers.S667 END_FTR_SECTION_IFCLR(CPU_FTR_TM)
1351 END_FTR_SECTION_IFCLR(CPU_FTR_TM)
2137 END_FTR_SECTION_IFCLR(CPU_FTR_TM)
2249 END_FTR_SECTION_IFCLR(CPU_FTR_TM)
A Dbook3s_hv.c3901 if (cpu_has_feature(CPU_FTR_TM) || in kvmhv_p9_guest_entry()
4035 if (cpu_has_feature(CPU_FTR_TM) || in kvmhv_p9_guest_entry()
4626 if (cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in kvmppc_vcpu_run_hv()
/linux/arch/powerpc/platforms/powernv/
A Dsetup.c494 early_cpu_has_feature(CPU_FTR_TM)) in pnv_tm_init()
501 cur_cpu_spec->cpu_features |= CPU_FTR_TM; in pnv_tm_init()
/linux/arch/powerpc/include/asm/
A Dcputable.h183 #define CPU_FTR_TM LONG_ASM_CONST(0x0000001000000000) macro
242 #define CPU_FTR_TM_COMP CPU_FTR_TM
/linux/arch/powerpc/kernel/
A Dexceptions-64s.S1739 END_FTR_SECTION_IFSET(CPU_FTR_TM)
2331 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
2380 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
A Dsignal_32.c1131 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
1324 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
A Dprom.c689 cur_cpu_spec->cpu_features &= ~CPU_FTR_TM; in tm_init()
A Dprocess.c1024 if (!cpu_has_feature(CPU_FTR_TM)) in tm_recheckpoint_new_task()
1063 if (cpu_has_feature(CPU_FTR_TM)) { in __switch_to_tm()
A Ddt_cpu_ftrs.c612 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
A Dsignal_64.c801 if (!cpu_has_feature(CPU_FTR_TM)) in SYSCALL_DEFINE0()
A Dtraps.c1795 if (!cpu_has_feature(CPU_FTR_TM)) in DEFINE_INTERRUPT_HANDLER()
/linux/arch/powerpc/mm/book3s64/
A Dhash_utils.c1787 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()

Completed in 43 milliseconds