Home
last modified time | relevance | path

Searched refs:_TLF_NAPPING (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Depapr_hcalls.S21 ori r4, r4,_TLF_NAPPING /* so when we take an exception */
39 * _TLF_NAPPING.
H A Didle_book3e.S59 1: /* Let's set the _TLF_NAPPING flag so interrupts make us return
64 ori r10,r10,_TLF_NAPPING
H A Didle_e500.S22 ori r4,r4,_TLF_NAPPING /* so when we take an exception */
32 * _TLF_NAPPING.
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.S720 * It sets the _TLF_NAPPING bit in current_thread_info()->local_flags
728 andi. r10,r9,_TLF_NAPPING; \
3176 * Called by exception entry code if _TLF_NAPPING was set, this clears
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Depapr_hcalls.S21 ori r4, r4,_TLF_NAPPING /* so when we take an exception */
45 * _TLF_NAPPING.
H A Didle_64e.S57 1: /* Let's set the _TLF_NAPPING flag so interrupts make us return
62 ori r10,r10,_TLF_NAPPING
H A Didle_85xx.S22 ori r4,r4,_TLF_NAPPING /* so when we take an exception */
32 * _TLF_NAPPING.
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; \
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dthread_info.h158 #define _TLF_NAPPING (1 << TLF_NAPPING) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dthread_info.h157 #define _TLF_NAPPING (1 << TLF_NAPPING) macro
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()

Completed in 12 milliseconds