Home
last modified time | relevance | path

Searched refs:tm_recheckpoint (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dtm.h21 extern void tm_recheckpoint(struct thread_struct *thread,
/linux-4.1.27/arch/powerpc/kernel/
Dtraps.c1449 tm_recheckpoint(&current->thread, MSR_FP); in fp_unavailable_tm()
1470 tm_recheckpoint(&current->thread, MSR_VEC); in altivec_unavailable_tm()
1511 tm_recheckpoint(&current->thread, regs->msr & ~orig_msr); in vsx_unavailable_tm()
Dprocess.c640 void tm_recheckpoint(struct thread_struct *thread, in tm_recheckpoint() function
691 tm_recheckpoint(&new->thread, msr); in tm_recheckpoint_new_task()
Dsignal_64.c536 tm_recheckpoint(&current->thread, msr); in restore_tm_sigcontexts()
Dsignal_32.c895 tm_recheckpoint(&current->thread, msr); in restore_tm_user_regs()