/arch/cris/include/asm/ |
D | thread_info.h | 70 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 77 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/cris/kernel/ |
D | ptrace.c | 42 clear_thread_flag(TIF_NOTIFY_RESUME); in do_notify_resume() 61 clear_thread_flag(TIF_NOTIFY_RESUME); in do_work_pending()
|
/arch/score/include/asm/ |
D | thread_info.h | 80 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro 87 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/blackfin/include/asm/ |
D | thread_info.h | 85 #define TIF_NOTIFY_RESUME 8 /* callback before returning to user */ macro 93 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/frv/include/asm/ |
D | thread_info.h | 84 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 92 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/nios2/include/asm/ |
D | thread_info.h | 86 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 98 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/arc/include/asm/ |
D | thread_info.h | 84 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 94 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/openrisc/include/asm/ |
D | thread_info.h | 101 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 114 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/hexagon/include/asm/ |
D | thread_info.h | 109 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 118 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/h8300/include/asm/ |
D | thread_info.h | 75 #define TIF_NOTIFY_RESUME 6 /* callback before returning to user */ macro 84 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/sparc/include/asm/ |
D | thread_info_32.h | 106 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 118 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/s390/include/asm/ |
D | thread_info.h | 56 #define TIF_NOTIFY_RESUME 0 /* callback before returning to user */ macro 79 #define _TIF_NOTIFY_RESUME _BITUL(TIF_NOTIFY_RESUME)
|
/arch/m32r/include/asm/ |
D | thread_info.h | 103 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro 112 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/parisc/include/asm/ |
D | thread_info.h | 59 #define TIF_NOTIFY_RESUME 8 /* callback before returning to user */ macro 71 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/x86/include/asm/ |
D | thread_info.h | 80 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 109 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) 251 #define force_iret() set_thread_flag(TIF_NOTIFY_RESUME)
|
/arch/arm64/include/asm/ |
D | thread_info.h | 81 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 99 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/metag/include/asm/ |
D | thread_info.h | 114 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro 125 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/alpha/include/asm/ |
D | thread_info.h | 64 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 75 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/mn10300/include/asm/ |
D | thread_info.h | 142 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 151 #define _TIF_NOTIFY_RESUME +(1 << TIF_NOTIFY_RESUME)
|
/arch/microblaze/include/asm/ |
D | thread_info.h | 111 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 124 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/tile/include/asm/ |
D | thread_info.h | 125 #define TIF_NOTIFY_RESUME 8 /* callback before returning to user */ macro 138 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/unicore32/include/asm/ |
D | thread_info.h | 122 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 129 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/sh/include/asm/ |
D | thread_info.h | 118 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro 129 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/powerpc/include/asm/ |
D | thread_info.h | 95 #define TIF_NOTIFY_RESUME 13 /* callback before returning to user */ macro 118 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/mips/include/asm/ |
D | thread_info.h | 119 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro 143 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|