Home
last modified time | relevance | path

Searched refs:orig_msr (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dtm.h19 unsigned long orig_msr, uint8_t cause);
22 unsigned long orig_msr);
/arch/powerpc/kernel/
Dtraps.c1518 unsigned long orig_msr = regs->msr; in vsx_unavailable_tm() local
1534 if ((orig_msr & (MSR_FP | MSR_VEC)) == (MSR_FP | MSR_VEC)) { in vsx_unavailable_tm()
1548 tm_recheckpoint(&current->thread, regs->msr & ~orig_msr); in vsx_unavailable_tm()
1550 if (orig_msr & MSR_FP) in vsx_unavailable_tm()
1552 if (orig_msr & MSR_VEC) in vsx_unavailable_tm()
Dprocess.c639 unsigned long orig_msr);
642 unsigned long orig_msr) in tm_recheckpoint() argument
658 __tm_recheckpoint(thread, orig_msr); in tm_recheckpoint()