Home
last modified time | relevance | path

Searched refs:MSR_TM_ACTIVE (Results 1 – 13 of 13) sorted by relevance

/linux/arch/powerpc/kernel/ptrace/
A Dptrace-tm.c63 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cgpr_active()
97 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cgpr_get()
144 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cgpr_set()
205 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cfpr_active()
238 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cfpr_get()
283 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cfpr_set()
317 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cvmx_active()
354 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cvmx_get()
404 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cvmx_set()
658 if (MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_tar_active()
[all …]
/linux/arch/powerpc/kernel/
A Dprocess.c97 MSR_TM_ACTIVE(tsk->thread.regs->msr) && in check_if_tm_restore_required()
227 if (!MSR_TM_ACTIVE(cpumsr) && in enable_kernel_fp()
228 MSR_TM_ACTIVE(current->thread.regs->msr)) in enable_kernel_fp()
278 if (!MSR_TM_ACTIVE(cpumsr) && in enable_kernel_altivec()
279 MSR_TM_ACTIVE(current->thread.regs->msr)) in enable_kernel_altivec()
349 if (!MSR_TM_ACTIVE(cpumsr) && in enable_kernel_vsx()
350 MSR_TM_ACTIVE(current->thread.regs->msr)) in enable_kernel_vsx()
971 if (!MSR_TM_ACTIVE(thr->regs->msr)) in tm_reclaim_task()
1038 if (!MSR_TM_ACTIVE(new->thread.regs->msr)){ in tm_recheckpoint_new_task()
1103 if (!MSR_TM_ACTIVE(regs->msr)) in restore_tm_state()
[all …]
A Dsignal_32.c741 if (MSR_TM_ACTIVE(msr)) in handle_rt_signal32()
758 if (MSR_TM_ACTIVE(msr)) { in handle_rt_signal32()
841 if (MSR_TM_ACTIVE(msr)) in handle_signal32()
863 if (MSR_TM_ACTIVE(msr)) in handle_signal32()
1129 if (MSR_TM_ACTIVE(msr_hi<<32)) { in COMPAT_SYSCALL_DEFINE0()
1323 if (MSR_TM_ACTIVE(msr_hi<<32)) { in COMPAT_SYSCALL_DEFINE0()
A Dsignal_64.c224 BUG_ON(!MSR_TM_ACTIVE(msr)); in setup_tm_sigcontexts()
796 if (IS_ENABLED(CONFIG_PPC_TRANSACTIONAL_MEM) && MSR_TM_ACTIVE(msr)) { in SYSCALL_DEFINE0()
865 if (!MSR_TM_ACTIVE(msr)) in handle_rt_signal64()
878 if (MSR_TM_ACTIVE(msr)) { in handle_rt_signal64()
A Dsignal.c329 if (MSR_TM_ACTIVE(regs->msr)) { in get_tm_stackpointer()
/linux/arch/powerpc/kvm/
A Dbook3s_hv_tm.c188 if (!MSR_TM_ACTIVE(msr)) { in kvmhv_p9_tm_emulation()
228 if (MSR_TM_ACTIVE(msr) || !(vcpu->arch.texasr & TEXASR_FS)) { in kvmhv_p9_tm_emulation()
A Dbook3s_emulate.c218 MSR_TM_ACTIVE(guest_msr)) { in kvmppc_emulate_tabort()
278 !MSR_TM_ACTIVE(srr1)) in kvmppc_core_emulate_op_pr()
569 if (!MSR_TM_ACTIVE(guest_msr)) { in kvmppc_core_emulate_op_pr()
607 if (MSR_TM_ACTIVE(guest_msr) || in kvmppc_core_emulate_op_pr()
791 if (MSR_TM_ACTIVE(kvmppc_get_msr(vcpu)) && in kvmppc_core_emulate_mtspr_pr()
A Dbook3s_pr.c379 if (!(MSR_TM_ACTIVE(kvmppc_get_msr(vcpu)))) { in kvmppc_save_tm_pr()
394 if (!MSR_TM_ACTIVE(kvmppc_get_msr(vcpu))) { in kvmppc_restore_tm_pr()
A Dbook3s_hv_nested.c334 if (!MSR_TM_ACTIVE(l2_regs.msr)) in kvmhv_enter_nested_guest()
A Dbook3s_hv.c4628 if (MSR_TM_ACTIVE(current->thread.regs->msr)) { in kvmppc_vcpu_run_hv()
/linux/arch/powerpc/include/asm/
A Dreg.h125 #define MSR_TM_ACTIVE(x) (((x) & MSR_TS_MASK) != 0) /* Transaction active? */ macro
127 #define MSR_TM_ACTIVE(x) ((void)(x), 0) macro
/linux/Documentation/powerpc/
A Dtransactional_memory.rst140 if (MSR_TM_ACTIVE(msr)) {
/linux/arch/powerpc/mm/book3s64/
A Dhash_utils.c1788 MSR_TM_ACTIVE(current->thread.regs->msr)) { in tm_flush_hash_page()

Completed in 40 milliseconds