Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/entry/
Dcommon.c135 static void exit_to_usermode_loop(struct pt_regs *regs, u32 cached_flags) in exit_to_usermode_loop() argument
148 if (cached_flags & _TIF_NEED_RESCHED) in exit_to_usermode_loop()
151 if (cached_flags & _TIF_UPROBE) in exit_to_usermode_loop()
154 if (cached_flags & _TIF_PATCH_PENDING) in exit_to_usermode_loop()
158 if (cached_flags & _TIF_SIGPENDING) in exit_to_usermode_loop()
161 if (cached_flags & _TIF_NOTIFY_RESUME) { in exit_to_usermode_loop()
167 if (cached_flags & _TIF_USER_RETURN_NOTIFY) in exit_to_usermode_loop()
173 cached_flags = READ_ONCE(current_thread_info()->flags); in exit_to_usermode_loop()
175 if (!(cached_flags & EXIT_TO_USERMODE_LOOP_FLAGS)) in exit_to_usermode_loop()
184 u32 cached_flags; in prepare_exit_to_usermode() local
[all …]