Home
last modified time | relevance | path

Searched refs:ti_work (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/entry/
A Dkvm.c11 if (ti_work & _TIF_NOTIFY_SIGNAL) in xfer_to_guest_mode_work()
14 if (ti_work & _TIF_SIGPENDING) { in xfer_to_guest_mode_work()
19 if (ti_work & _TIF_NEED_RESCHED) in xfer_to_guest_mode_work()
22 if (ti_work & _TIF_NOTIFY_RESUME) in xfer_to_guest_mode_work()
25 ret = arch_xfer_to_guest_mode_handle_work(vcpu, ti_work); in xfer_to_guest_mode_work()
29 ti_work = READ_ONCE(current_thread_info()->flags); in xfer_to_guest_mode_work()
30 } while (ti_work & XFER_TO_GUEST_MODE_WORK || need_resched()); in xfer_to_guest_mode_work()
36 unsigned long ti_work; in xfer_to_guest_mode_handle_work() local
46 ti_work = READ_ONCE(current_thread_info()->flags); in xfer_to_guest_mode_handle_work()
47 if (!(ti_work & XFER_TO_GUEST_MODE_WORK)) in xfer_to_guest_mode_handle_work()
[all …]
A Dcommon.c145 if (ti_work & _TIF_NOTIFY_SIGNAL) in handle_signal_work()
152 unsigned long ti_work) in exit_to_user_mode_loop() argument
158 while (ti_work & EXIT_TO_USER_MODE_WORK) { in exit_to_user_mode_loop()
160 local_irq_enable_exit_to_user(ti_work); in exit_to_user_mode_loop()
162 if (ti_work & _TIF_NEED_RESCHED) in exit_to_user_mode_loop()
165 if (ti_work & _TIF_UPROBE) in exit_to_user_mode_loop()
168 if (ti_work & _TIF_PATCH_PENDING) in exit_to_user_mode_loop()
172 handle_signal_work(regs, ti_work); in exit_to_user_mode_loop()
174 if (ti_work & _TIF_NOTIFY_RESUME) in exit_to_user_mode_loop()
194 return ti_work; in exit_to_user_mode_loop()
[all …]
/linux/include/linux/
A Dentry-common.h191 static inline void local_irq_enable_exit_to_user(unsigned long ti_work);
194 static inline void local_irq_enable_exit_to_user(unsigned long ti_work) in local_irq_enable_exit_to_user() argument
226 unsigned long ti_work);
230 unsigned long ti_work) in arch_exit_to_user_mode_work() argument
245 unsigned long ti_work);
249 unsigned long ti_work) in arch_exit_to_user_mode_prepare() argument
A Dentry-kvm.h35 unsigned long ti_work);
39 unsigned long ti_work) in arch_xfer_to_guest_mode_handle_work() argument
78 unsigned long ti_work = READ_ONCE(current_thread_info()->flags); in __xfer_to_guest_mode_work_pending() local
80 return !!(ti_work & XFER_TO_GUEST_MODE_WORK); in __xfer_to_guest_mode_work_pending()
/linux/arch/s390/include/asm/
A Dentry-common.h28 unsigned long ti_work) in arch_exit_to_user_mode_work() argument
30 if (ti_work & _TIF_PER_TRAP) { in arch_exit_to_user_mode_work()
35 if (ti_work & _TIF_GUARDED_STORAGE) in arch_exit_to_user_mode_work()
53 unsigned long ti_work) in arch_exit_to_user_mode_prepare() argument
/linux/arch/x86/include/asm/
A Dentry-common.h48 unsigned long ti_work) in arch_exit_to_user_mode_prepare() argument
50 if (ti_work & _TIF_USER_RETURN_NOTIFY) in arch_exit_to_user_mode_prepare()
53 if (unlikely(ti_work & _TIF_IO_BITMAP)) in arch_exit_to_user_mode_prepare()
57 if (unlikely(ti_work & _TIF_NEED_FPU_LOAD)) in arch_exit_to_user_mode_prepare()

Completed in 11 milliseconds