/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
H A 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-6.6/arch/powerpc/kernel/ptrace/ |
H A 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() 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...] |
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A 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()
|
H A D | book3s_hv_rmhandlers.S | 742 * Branch around the call if both CPU_FTR_TM and 747 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0) 1727 * Branch around the call if both CPU_FTR_TM and 1732 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0) 2670 * Branch around the call if both CPU_FTR_TM and 2675 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0) 2810 * Branch around the call if both CPU_FTR_TM and 2815 END_FTR_SECTION(CPU_FTR_TM | CPU_FTR_P9_TM_HV_ASSIST, 0)
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_emulate.c | 488 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()
|
H A D | book3s_hv_p9_entry.c | 92 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()
|
H A D | book3s_hv_rmhandlers.S | 676 END_FTR_SECTION_IFCLR(CPU_FTR_TM) 1351 END_FTR_SECTION_IFCLR(CPU_FTR_TM) 2129 END_FTR_SECTION_IFCLR(CPU_FTR_TM) 2236 END_FTR_SECTION_IFCLR(CPU_FTR_TM)
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | setup.c | 499 early_cpu_has_feature(CPU_FTR_TM)) in pnv_tm_init() 506 cur_cpu_spec->cpu_features |= CPU_FTR_TM; in pnv_tm_init()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | setup.c | 522 early_cpu_has_feature(CPU_FTR_TM)) in pnv_tm_init() 529 cur_cpu_spec->cpu_features |= CPU_FTR_TM; in pnv_tm_init()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A 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-6.6/arch/powerpc/include/asm/ |
H A D | cputable.h | 180 #define CPU_FTR_TM LONG_ASM_CONST(0x0000001000000000) macro 240 #define CPU_FTR_TM_COMP CPU_FTR_TM
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | entry_64.S | 76 END_FTR_SECTION_IFSET(CPU_FTR_TM) 236 END_FTR_SECTION_IFSET(CPU_FTR_TM)
|
H A 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)
|
H A 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()
|
H A D | prom.c | 688 cur_cpu_spec->cpu_features &= ~CPU_FTR_TM; in tm_init()
|
H A D | dt_cpu_ftrs.c | 640 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
|
H A D | signal_64.c | 769 if (!cpu_has_feature(CPU_FTR_TM)) in SYSCALL_DEFINE0()
|
H A 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()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | exceptions-64s.S | 1791 END_FTR_SECTION_IFSET(CPU_FTR_TM) 2422 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69) 2472 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
|
H A D | signal_32.c | 1144 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0() 1337 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
|
H A D | prom.c | 726 cur_cpu_spec->cpu_features &= ~CPU_FTR_TM; in tm_init()
|
H A D | signal_64.c | 809 if (!cpu_has_feature(CPU_FTR_TM)) in SYSCALL_DEFINE0()
|
H A D | dt_cpu_ftrs.c | 616 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
|
H A D | process.c | 1053 if (!cpu_has_feature(CPU_FTR_TM)) in tm_recheckpoint_new_task() 1092 if (cpu_has_feature(CPU_FTR_TM)) { in __switch_to_tm()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 1731 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()
|