/linux-6.3-rc2/include/linux/ |
A D | resume_user_mode.h | 22 if (!test_and_set_tsk_thread_flag(task, TIF_NOTIFY_RESUME)) in set_notify_resume() 42 clear_thread_flag(TIF_NOTIFY_RESUME); in resume_user_mode_work()
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | thread_info.h | 74 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 87 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | thread_info.h | 61 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro 70 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | thread_info.h | 87 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 97 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | thread_info.h | 88 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 102 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | thread_info.h | 75 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 86 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | thread_info.h | 49 #define TIF_NOTIFY_RESUME 8 /* callback before returning to user */ macro 63 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | thread_info.h | 93 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 106 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | thread_info_32.h | 103 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 116 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
A D | thread_info_64.h | 179 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 199 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | thread_info.h | 71 #define TIF_NOTIFY_RESUME 3 /* callback before returning to user */ macro 90 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | thread_info.h | 65 #define TIF_NOTIFY_RESUME 0 /* callback before returning to user */ macro 90 #define _TIF_NOTIFY_RESUME BIT(TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | thread_info.h | 57 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 70 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | thread_info.h | 122 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro 134 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | thread_info.h | 99 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 113 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | thread_info.h | 62 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 74 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | thread_info.h | 110 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro 122 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | thread_info.h | 66 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 90 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | thread_info.h | 114 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro 139 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | thread_info.h | 81 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 104 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | thread_info.h | 129 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 144 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | thread_info.h | 105 #define TIF_NOTIFY_RESUME 6 /* resumption notification requested */ macro 116 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | thread_info.h | 108 #define TIF_NOTIFY_RESUME 13 /* callback before returning to user */ macro 134 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | thread_info.h | 61 #define TIF_NOTIFY_RESUME 8 macro
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | process.c | 107 if (test_thread_flag(TIF_NOTIFY_RESUME)) in interrupt_end()
|