Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Depapr_hcalls.S21 ori r4, r4,_TLF_NAPPING /* so when we take an exception */
H A Didle_64e.S62 ori r10,r10,_TLF_NAPPING
H A Didle_85xx.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 Dentry_32.S63 4: rlwinm r12,r12,0,~_TLF_NAPPING
H A Dexceptions-64e.S448 andi. r9,r10,_TLF_NAPPING; \
451 rlwinm r7,r10,0,~_TLF_NAPPING; \
/openbmc/linux/arch/powerpc/include/asm/
H A Dinterrupt.h133 if (unlikely(test_thread_local_flags(_TLF_NAPPING))) { in nap_adjust_return()
135 clear_thread_local_flags(_TLF_NAPPING); in nap_adjust_return()
H A Dthread_info.h157 #define _TLF_NAPPING (1 << TLF_NAPPING) macro