/arch/m68k/include/asm/ |
D | thread_info.h | 61 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro 69 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/nios2/include/asm/ |
D | thread_info.h | 83 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 96 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/arc/include/asm/ |
D | thread_info.h | 78 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 89 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/nds32/include/asm/ |
D | thread_info.h | 50 #define TIF_NOTIFY_RESUME 4 /* callback before returning to user */ macro 60 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/riscv/include/asm/ |
D | thread_info.h | 93 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 105 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/hexagon/include/asm/ |
D | thread_info.h | 93 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 103 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/openrisc/include/asm/ |
D | thread_info.h | 95 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 109 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/h8300/include/asm/ |
D | thread_info.h | 72 #define TIF_NOTIFY_RESUME 6 /* callback before returning to user */ macro 82 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/sparc/include/asm/ |
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)
|
D | thread_info_64.h | 181 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 201 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/parisc/include/asm/ |
D | thread_info.h | 55 #define TIF_NOTIFY_RESUME 8 /* callback before returning to user */ macro 68 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/s390/include/asm/ |
D | thread_info.h | 64 #define TIF_NOTIFY_RESUME 0 /* callback before returning to user */ macro 89 #define _TIF_NOTIFY_RESUME BIT(TIF_NOTIFY_RESUME)
|
/arch/csky/include/asm/ |
D | thread_info.h | 59 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 72 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/xtensa/include/asm/ |
D | thread_info.h | 116 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro 128 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/microblaze/include/asm/ |
D | thread_info.h | 105 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 119 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/alpha/include/asm/ |
D | thread_info.h | 61 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 73 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/arm64/include/asm/ |
D | thread_info.h | 65 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 89 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/sh/include/asm/ |
D | thread_info.h | 112 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro 124 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/arm/include/asm/ |
D | thread_info.h | 130 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 145 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/mips/include/asm/ |
D | thread_info.h | 110 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro 135 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/powerpc/include/asm/ |
D | thread_info.h | 105 #define TIF_NOTIFY_RESUME 13 /* callback before returning to user */ macro 131 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/arch/ia64/include/asm/ |
D | thread_info.h | 107 #define TIF_NOTIFY_RESUME 6 /* resumption notification requested */ macro 118 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/x86/include/asm/ |
D | thread_info.h | 78 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 102 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/arch/um/include/asm/ |
D | thread_info.h | 65 #define TIF_NOTIFY_RESUME 8 macro
|
/arch/um/kernel/ |
D | process.c | 105 if (test_thread_flag(TIF_NOTIFY_RESUME)) in interrupt_end()
|