Searched refs:th_flags (Results 1 – 4 of 4) sorted by relevance
148 int mshv_do_pre_guest_mode_work(ulong th_flags) in mshv_do_pre_guest_mode_work() argument150 if (th_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in mshv_do_pre_guest_mode_work()153 if (th_flags & _TIF_NEED_RESCHED) in mshv_do_pre_guest_mode_work()156 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()
49 u16 th_flags; member