Searched refs:_TLF_NAPPING (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | epapr_hcalls.S | 21 ori r4, r4,_TLF_NAPPING /* so when we take an exception */ 39 * _TLF_NAPPING.
|
H A D | idle_book3e.S | 59 1: /* Let's set the _TLF_NAPPING flag so interrupts make us return 64 ori r10,r10,_TLF_NAPPING
|
H A D | idle_e500.S | 22 ori r4,r4,_TLF_NAPPING /* so when we take an exception */ 32 * _TLF_NAPPING.
|
H A D | idle_book3s.S | 203 ori r8,r8,_TLF_NAPPING
|
H A D | idle_6xx.S | 136 ori r8,r8,_TLF_NAPPING /* so when we take an exception */
|
H A D | exceptions-64e.S | 496 andi. r9,r10,_TLF_NAPPING; \ 499 rlwinm r7,r10,0,~_TLF_NAPPING; \
|
H A D | entry_32.S | 240 4: rlwinm r12,r12,0,~_TLF_NAPPING
|
H A D | exceptions-64s.S | 720 * 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 D | epapr_hcalls.S | 21 ori r4, r4,_TLF_NAPPING /* so when we take an exception */ 45 * _TLF_NAPPING.
|
H A D | idle_64e.S | 57 1: /* Let's set the _TLF_NAPPING flag so interrupts make us return 62 ori r10,r10,_TLF_NAPPING
|
H A D | idle_85xx.S | 22 ori r4,r4,_TLF_NAPPING /* so when we take an exception */ 32 * _TLF_NAPPING.
|
H A D | idle_book3s.S | 203 ori r8,r8,_TLF_NAPPING
|
H A D | idle_6xx.S | 136 ori r8,r8,_TLF_NAPPING /* so when we take an exception */
|
H A D | entry_32.S | 63 4: rlwinm r12,r12,0,~_TLF_NAPPING
|
H A D | exceptions-64e.S | 448 andi. r9,r10,_TLF_NAPPING; \ 451 rlwinm r7,r10,0,~_TLF_NAPPING; \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | thread_info.h | 158 #define _TLF_NAPPING (1 << TLF_NAPPING) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | thread_info.h | 157 #define _TLF_NAPPING (1 << TLF_NAPPING) macro
|
H A D | interrupt.h | 133 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