Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dmshv_common.c148 int mshv_do_pre_guest_mode_work(ulong th_flags) in mshv_do_pre_guest_mode_work() argument
150 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()
H A Dmshv.h28 int mshv_do_pre_guest_mode_work(ulong th_flags);
H 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()
/linux-6.15/security/apparmor/include/
H A Dmatch.h49 u16 th_flags; member