Home
last modified time | relevance | path

Searched refs:TIF_NOTIFY_RESUME (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/linux/include/linux/
H A Dresume_user_mode.h22 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()
/openbmc/linux/arch/nios2/include/asm/
H A Dthread_info.h74 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro
87 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/openbmc/linux/arch/m68k/include/asm/
H A Dthread_info.h61 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro
70 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/openbmc/linux/arch/arc/include/asm/
H A Dthread_info.h75 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro
86 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/openbmc/linux/arch/hexagon/include/asm/
H A Dthread_info.h87 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro
97 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/openbmc/linux/arch/riscv/include/asm/
H A Dthread_info.h89 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro
98 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/openbmc/linux/arch/openrisc/include/asm/
H A Dthread_info.h88 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro
102 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/openbmc/linux/arch/parisc/include/asm/
H A Dthread_info.h49 #define TIF_NOTIFY_RESUME 8 /* callback before returning to user */ macro
63 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/openbmc/linux/arch/sparc/include/asm/
H A Dthread_info_32.h103 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro
116 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
H A Dthread_info_64.h179 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro
199 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/openbmc/linux/arch/s390/include/asm/
H A Dthread_info.h64 #define TIF_NOTIFY_RESUME 0 /* callback before returning to user */ macro
88 #define _TIF_NOTIFY_RESUME BIT(TIF_NOTIFY_RESUME)
/openbmc/linux/arch/loongarch/include/asm/
H A Dthread_info.h71 #define TIF_NOTIFY_RESUME 3 /* callback before returning to user */ macro
92 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/openbmc/linux/arch/csky/include/asm/
H A Dthread_info.h57 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro
70 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/openbmc/linux/arch/microblaze/include/asm/
H A Dthread_info.h99 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro
113 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/openbmc/linux/arch/xtensa/include/asm/
H A Dthread_info.h122 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro
134 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/openbmc/linux/arch/alpha/include/asm/
H A Dthread_info.h62 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro
74 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/openbmc/linux/arch/arm64/include/asm/
H A Dthread_info.h62 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro
86 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/openbmc/linux/arch/sh/include/asm/
H A Dthread_info.h107 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro
119 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/openbmc/linux/arch/x86/include/asm/
H A Dthread_info.h81 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro
104 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/openbmc/linux/arch/mips/include/asm/
H A Dthread_info.h114 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro
139 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/openbmc/linux/arch/ia64/include/asm/
H A Dthread_info.h105 #define TIF_NOTIFY_RESUME 6 /* resumption notification requested */ macro
116 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/openbmc/linux/arch/arm/include/asm/
H A Dthread_info.h144 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro
159 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/openbmc/linux/arch/powerpc/include/asm/
H A Dthread_info.h109 #define TIF_NOTIFY_RESUME 13 /* callback before returning to user */ macro
135 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/openbmc/linux/arch/um/include/asm/
H A Dthread_info.h61 #define TIF_NOTIFY_RESUME 8 macro
/openbmc/linux/kernel/
H A Dtask_work.c12 test_and_set_tsk_thread_flag(current, TIF_NOTIFY_RESUME); in task_work_set_notify_irq()

12