Home
last modified time | relevance | path

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

/linux-6.1.9/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()
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()
[all …]
/linux-6.1.9/arch/powerpc/kvm/
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()
Dbook3s_hv_p9_entry.c92 if (cpu_has_feature(CPU_FTR_TM) || in load_vcpu_state()
127 if (cpu_has_feature(CPU_FTR_TM) || in store_vcpu_state()
507 if ((cpu_has_feature(CPU_FTR_TM) || in kvmppc_msr_hard_disable_set_facilities()
Dbook3s_hv_rmhandlers.S675 END_FTR_SECTION_IFCLR(CPU_FTR_TM)
1349 END_FTR_SECTION_IFCLR(CPU_FTR_TM)
2125 END_FTR_SECTION_IFCLR(CPU_FTR_TM)
2232 END_FTR_SECTION_IFCLR(CPU_FTR_TM)
Dbook3s_hv.c4792 if (cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in kvmppc_vcpu_run_hv()
4825 if ((cpu_has_feature(CPU_FTR_TM) || in kvmppc_vcpu_run_hv()
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dsetup.c533 early_cpu_has_feature(CPU_FTR_TM)) in pnv_tm_init()
540 cur_cpu_spec->cpu_features |= CPU_FTR_TM; in pnv_tm_init()
/linux-6.1.9/arch/powerpc/include/asm/
Dcputable.h180 #define CPU_FTR_TM LONG_ASM_CONST(0x0000001000000000) macro
239 #define CPU_FTR_TM_COMP CPU_FTR_TM
/linux-6.1.9/arch/powerpc/kernel/
Dexceptions-64s.S1777 END_FTR_SECTION_IFSET(CPU_FTR_TM)
2407 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
2456 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
Dsignal_32.c1141 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
1334 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
Dprom.c708 cur_cpu_spec->cpu_features &= ~CPU_FTR_TM; in tm_init()
Ddt_cpu_ftrs.c616 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
Dprocess.c1021 if (!cpu_has_feature(CPU_FTR_TM)) in tm_recheckpoint_new_task()
1060 if (cpu_has_feature(CPU_FTR_TM)) { in __switch_to_tm()
Dsignal_64.c809 if (!cpu_has_feature(CPU_FTR_TM)) in SYSCALL_DEFINE0()
Dtraps.c1811 if (!cpu_has_feature(CPU_FTR_TM)) in DEFINE_INTERRUPT_HANDLER()
/linux-6.1.9/arch/powerpc/mm/book3s64/
Dhash_utils.c1826 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()