Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dprocessor.h204 u8 load_tm; member
/arch/powerpc/kernel/
Dprocess.c993 prev->thread.load_tm++; in __switch_to_tm()
995 if (!MSR_TM_ACTIVE(prev->thread.regs->msr) && prev->thread.load_tm == 0) in __switch_to_tm()
1813 current->thread.load_tm = 0; in start_thread()
Dtraps.c1694 current->thread.load_tm++; in tm_unavailable()