Home
last modified time | relevance | path

Searched refs:_TLF_NAPPING (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/kernel/
Didle_book3e.S65 ori r10,r10,_TLF_NAPPING
Didle_power4.S64 ori r8,r8,_TLF_NAPPING /* so when we take an exception */
Didle_e500.S26 ori r4,r4,_TLF_NAPPING /* so when we take an exception */
Didle_6xx.S140 ori r8,r8,_TLF_NAPPING /* so when we take an exception */
Dexceptions-64e.S227 andi. r9,r10,_TLF_NAPPING; \
230 rlwinm r7,r10,0,~_TLF_NAPPING; \
Dentry_32.S258 4: rlwinm r12,r12,0,~_TLF_NAPPING
/arch/powerpc/include/asm/
Dthread_info.h145 #define _TLF_NAPPING (1 << TLF_NAPPING) macro
Dexception-64s.h337 andi. r10,r9,_TLF_NAPPING; \