Home
last modified time | relevance | path

Searched refs:th_flags (Results 1 – 3 of 3) sorted by relevance

/drivers/hv/
A Dmshv_common.c149 int mshv_do_pre_guest_mode_work(ulong th_flags) in mshv_do_pre_guest_mode_work() argument
151 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()
A Dmshv.h28 int mshv_do_pre_guest_mode_work(ulong th_flags);
A Dmshv_root_main.c494 ulong th_flags; in mshv_pre_guest_mode_work() local
496 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