Searched refs:CPU_FTR_TM (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
D | ptrace-tm.c | 21 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/ |
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 | 747 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)
|
D | book3s_hv.c | 3619 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/ |
D | setup.c | 497 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/ |
D | cputable.h | 204 #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/ |
D | exceptions-64s.S | 1789 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)
|
D | entry_64.S | 76 END_FTR_SECTION_IFSET(CPU_FTR_TM) 236 END_FTR_SECTION_IFSET(CPU_FTR_TM)
|
D | signal_32.c | 1053 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0() 1348 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
|
D | prom.c | 688 cur_cpu_spec->cpu_features &= ~CPU_FTR_TM; in tm_init()
|
D | process.c | 1035 if (!cpu_has_feature(CPU_FTR_TM)) in tm_recheckpoint_new_task() 1074 if (cpu_has_feature(CPU_FTR_TM)) { in __switch_to_tm()
|
D | dt_cpu_ftrs.c | 640 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
|
D | signal_64.c | 769 if (!cpu_has_feature(CPU_FTR_TM)) in SYSCALL_DEFINE0()
|
D | traps.c | 1835 if (!cpu_has_feature(CPU_FTR_TM)) in facility_unavailable_exception()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
D | hash_utils.c | 1731 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()
|