| /Linux-v5.4/arch/x86/include/asm/ |
| D | thread_info.h | 78 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 108 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) 243 #define force_iret() set_thread_flag(TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | thread_info.h | 71 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 80 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/arc/include/asm/ |
| D | thread_info.h | 78 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 88 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/nios2/include/asm/ |
| D | thread_info.h | 83 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 95 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/nds32/include/asm/ |
| D | thread_info.h | 50 #define TIF_NOTIFY_RESUME 4 /* callback before returning to user */ macro 59 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/openrisc/include/asm/ |
| D | thread_info.h | 95 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 108 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | thread_info.h | 93 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 102 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/csky/include/asm/ |
| D | thread_info.h | 55 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 66 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/h8300/include/asm/ |
| D | thread_info.h | 72 #define TIF_NOTIFY_RESUME 6 /* callback before returning to user */ macro 81 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/include/linux/ |
| D | tracehook.h | 160 #ifdef TIF_NOTIFY_RESUME in set_notify_resume() 161 if (!test_and_set_tsk_thread_flag(task, TIF_NOTIFY_RESUME)) in set_notify_resume()
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | thread_info_32.h | 103 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 115 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| D | thread_info_64.h | 180 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 200 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | thread_info.h | 56 #define TIF_NOTIFY_RESUME 8 /* callback before returning to user */ macro 68 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | thread_info.h | 62 #define TIF_NOTIFY_RESUME 0 /* callback before returning to user */ macro 85 #define _TIF_NOTIFY_RESUME BIT(TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/alpha/include/asm/ |
| D | thread_info.h | 61 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 72 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | thread_info.h | 62 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 84 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/microblaze/include/asm/ |
| D | thread_info.h | 108 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 121 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/unicore32/include/asm/ |
| D | thread_info.h | 116 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 123 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | thread_info.h | 85 #define TIF_NOTIFY_RESUME 13 /* callback before returning to user */ macro 110 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | thread_info.h | 115 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro 126 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | thread_info.h | 98 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro 122 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | thread_info.h | 106 #define TIF_NOTIFY_RESUME 6 /* resumption notification requested */ macro 117 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | thread_info.h | 137 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 151 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | thread_info.h | 63 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro
|
| /Linux-v5.4/arch/c6x/include/asm/ |
| D | thread_info.h | 81 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro
|