Home
last modified time | relevance | path

Searched refs:CPU_FTR_TM (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H A 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()
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 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...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_emulate.c492 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 Dbook3s_hv_rmhandlers.S742 * 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 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()
H A 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()
H A Dbook3s_hv_rmhandlers.S676 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 Dsetup.c499 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 Dsetup.c522 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 Dcputable.h204 #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 Dcputable.h180 #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 Dentry_64.S76 END_FTR_SECTION_IFSET(CPU_FTR_TM)
236 END_FTR_SECTION_IFSET(CPU_FTR_TM)
H A Dexceptions-64s.S1789 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 Dsignal_32.c1053 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 Dprom.c688 cur_cpu_spec->cpu_features &= ~CPU_FTR_TM; in tm_init()
H A Ddt_cpu_ftrs.c640 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
H A Dsignal_64.c769 if (!cpu_has_feature(CPU_FTR_TM)) in SYSCALL_DEFINE0()
H A Dprocess.c1035 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 Dexceptions-64s.S1791 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 Dsignal_32.c1144 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 Dprom.c726 cur_cpu_spec->cpu_features &= ~CPU_FTR_TM; in tm_init()
H A Dsignal_64.c809 if (!cpu_has_feature(CPU_FTR_TM)) in SYSCALL_DEFINE0()
H A Ddt_cpu_ftrs.c616 {"transactional-memory", feat_enable_tm, CPU_FTR_TM},
H A Dprocess.c1053 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 Dhash_utils.c1731 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()

Completed in 38 milliseconds

12