cached_flags 135 arch/x86/entry/common.c static void exit_to_usermode_loop(struct pt_regs *regs, u32 cached_flags) cached_flags 148 arch/x86/entry/common.c if (cached_flags & _TIF_NEED_RESCHED) cached_flags 151 arch/x86/entry/common.c if (cached_flags & _TIF_UPROBE) cached_flags 154 arch/x86/entry/common.c if (cached_flags & _TIF_PATCH_PENDING) cached_flags 158 arch/x86/entry/common.c if (cached_flags & _TIF_SIGPENDING) cached_flags 161 arch/x86/entry/common.c if (cached_flags & _TIF_NOTIFY_RESUME) { cached_flags 167 arch/x86/entry/common.c if (cached_flags & _TIF_USER_RETURN_NOTIFY) cached_flags 173 arch/x86/entry/common.c cached_flags = READ_ONCE(current_thread_info()->flags); cached_flags 175 arch/x86/entry/common.c if (!(cached_flags & EXIT_TO_USERMODE_LOOP_FLAGS)) cached_flags 184 arch/x86/entry/common.c u32 cached_flags; cached_flags 191 arch/x86/entry/common.c cached_flags = READ_ONCE(ti->flags); cached_flags 193 arch/x86/entry/common.c if (unlikely(cached_flags & EXIT_TO_USERMODE_LOOP_FLAGS)) cached_flags 194 arch/x86/entry/common.c exit_to_usermode_loop(regs, cached_flags); cached_flags 197 arch/x86/entry/common.c cached_flags = READ_ONCE(ti->flags); cached_flags 200 arch/x86/entry/common.c if (unlikely(cached_flags & _TIF_NEED_FPU_LOAD)) cached_flags 227 arch/x86/entry/common.c static void syscall_slow_exit_work(struct pt_regs *regs, u32 cached_flags) cached_flags 233 arch/x86/entry/common.c if (cached_flags & _TIF_SYSCALL_TRACEPOINT) cached_flags 243 arch/x86/entry/common.c (cached_flags & (_TIF_SINGLESTEP | _TIF_SYSCALL_EMU)) cached_flags 245 arch/x86/entry/common.c if (step || cached_flags & _TIF_SYSCALL_TRACE) cached_flags 256 arch/x86/entry/common.c u32 cached_flags = READ_ONCE(ti->flags); cached_flags 270 arch/x86/entry/common.c if (unlikely(cached_flags & SYSCALL_EXIT_WORK_FLAGS)) cached_flags 271 arch/x86/entry/common.c syscall_slow_exit_work(regs, cached_flags);