Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Depapr_hcalls.S25 ori r4, r4,_TLF_NAPPING /* so when we take an exception */
Didle_book3e.S67 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.S509 andi. r9,r10,_TLF_NAPPING; \
512 rlwinm r7,r10,0,~_TLF_NAPPING; \
Dentry_32.S259 4: rlwinm r12,r12,0,~_TLF_NAPPING
/arch/powerpc/include/asm/
Dthread_info.h139 #define _TLF_NAPPING (1 << TLF_NAPPING) macro
Dexception-64s.h672 andi. r10,r9,_TLF_NAPPING; \