Searched refs:CPU_FTR_TM (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | ptrace.c | 138 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 …]
|
| D | exceptions-64s.S | 1348 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)
|
| D | prom.c | 678 cur_cpu_spec->cpu_features &= ~CPU_FTR_TM; in tm_init()
|
| D | signal_32.c | 1202 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0() 1493 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
|
| D | dt_cpu_ftrs.c | 586 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
|
| D | process.c | 949 if (!cpu_has_feature(CPU_FTR_TM)) in tm_recheckpoint_new_task() 988 if (cpu_has_feature(CPU_FTR_TM)) { in __switch_to_tm()
|
| D | signal_64.c | 776 if (!cpu_has_feature(CPU_FTR_TM)) in SYSCALL_DEFINE0()
|
| D | entry_64.S | 70 END_FTR_SECTION_IFSET(CPU_FTR_TM)
|
| D | traps.c | 1796 if (!cpu_has_feature(CPU_FTR_TM)) in facility_unavailable_exception()
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_emulate.c | 492 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()
|
| D | book3s_hv_rmhandlers.S | 740 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)
|
| D | book3s_hv.c | 3553 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/ |
| D | setup.c | 436 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/ |
| D | cputable.h | 203 #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/ |
| D | hash_utils.c | 1680 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()
|