Searched refs:th_flags (Results 1 – 3 of 3) sorted by relevance
149 int mshv_do_pre_guest_mode_work(ulong th_flags) in mshv_do_pre_guest_mode_work() argument151 if (th_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in mshv_do_pre_guest_mode_work()154 if (th_flags & _TIF_NEED_RESCHED) in mshv_do_pre_guest_mode_work()157 if (th_flags & _TIF_NOTIFY_RESUME) in mshv_do_pre_guest_mode_work()
28 int mshv_do_pre_guest_mode_work(ulong th_flags);
494 ulong th_flags; in mshv_pre_guest_mode_work() local496 th_flags = read_thread_flags(); in mshv_pre_guest_mode_work()497 while (th_flags & work_flags) { in mshv_pre_guest_mode_work()501 ret = mshv_do_pre_guest_mode_work(th_flags); in mshv_pre_guest_mode_work()506 th_flags = read_thread_flags(); in mshv_pre_guest_mode_work()
Completed in 8 milliseconds