Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Depapr_hcalls.S26 ori r4, r4,_TLF_NAPPING /* so when we take an exception */
Didle_book3e.S68 ori r10,r10,_TLF_NAPPING
Didle_power4.S73 ori r8,r8,_TLF_NAPPING /* so when we take an exception */
Didle_e500.S27 ori r4,r4,_TLF_NAPPING /* so when we take an exception */
Didle_6xx.S141 ori r8,r8,_TLF_NAPPING /* so when we take an exception */
Dexceptions-64e.S485 andi. r9,r10,_TLF_NAPPING; \
488 rlwinm r7,r10,0,~_TLF_NAPPING; \
Dentry_32.S277 4: rlwinm r12,r12,0,~_TLF_NAPPING
/Linux-v4.19/arch/powerpc/include/asm/
Dthread_info.h140 #define _TLF_NAPPING (1 << TLF_NAPPING) macro
Dexception-64s.h735 andi. r10,r9,_TLF_NAPPING; \