Searched refs:CPU_FTR_TM (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | ptrace.c | 136 if ((!cpu_has_feature(CPU_FTR_TM)) || (tsk != current)) in flush_tmregs_to_thread() 791 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_active() 827 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_get() 892 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cgpr_set() 956 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_active() 994 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_get() 1040 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cfpr_set() 1075 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_active() 1115 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_get() 1177 if (!cpu_has_feature(CPU_FTR_TM)) in tm_cvmx_set() [all …]
|
D | exceptions-64s.S | 867 END_FTR_SECTION_IFSET(CPU_FTR_TM) 1209 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69) 1246 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 | dt_cpu_ftrs.c | 585 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
|
D | process.c | 990 if (!cpu_has_feature(CPU_FTR_TM)) in tm_recheckpoint_new_task() 1029 if (cpu_has_feature(CPU_FTR_TM)) { in __switch_to_tm()
|
D | entry_64.S | 70 END_FTR_SECTION_IFSET(CPU_FTR_TM)
|
D | signal_32.c | 1468 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
|
D | traps.c | 1721 if (!cpu_has_feature(CPU_FTR_TM)) in facility_unavailable_exception()
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | setup.c | 404 early_cpu_has_feature(CPU_FTR_TM)) in pnv_tm_init() 411 cur_cpu_spec->cpu_features |= CPU_FTR_TM; in pnv_tm_init()
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_emulate.c | 486 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr() 524 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr() 550 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr() 584 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_op_pr() 780 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_mtspr_pr() 958 if (!cpu_has_feature(CPU_FTR_TM)) in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_rmhandlers.S | 797 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0) 1781 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0) 2683 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0) 2803 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
|
D | book3s_hv.c | 3429 if (cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in kvmppc_vcpu_run_hv()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | cputable.h | 206 #define CPU_FTR_TM LONG_ASM_CONST(0x0000001000000000) macro 263 #define CPU_FTR_TM_COMP CPU_FTR_TM
|
/Linux-v4.19/arch/powerpc/mm/ |
D | hash_utils_64.c | 1599 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()
|