Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Depapr_hcalls.S21 ori r4, r4,_TLF_NAPPING /* so when we take an exception */
H A Didle_book3e.S64 ori r10,r10,_TLF_NAPPING
H A Didle_e500.S22 ori r4,r4,_TLF_NAPPING /* so when we take an exception */
H A Didle_book3s.S203 ori r8,r8,_TLF_NAPPING
H A Didle_6xx.S136 ori r8,r8,_TLF_NAPPING /* so when we take an exception */
H A Dexceptions-64e.S496 andi. r9,r10,_TLF_NAPPING; \
499 rlwinm r7,r10,0,~_TLF_NAPPING; \
H A Dentry_32.S240 4: rlwinm r12,r12,0,~_TLF_NAPPING
H A Dexceptions-64s.S728 andi. r10,r9,_TLF_NAPPING; \
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dthread_info.h158 #define _TLF_NAPPING (1 << TLF_NAPPING) macro