Searched refs:cached_flags (Results 1 – 1 of 1) sorted by relevance
225 static void exit_to_usermode_loop(struct pt_regs *regs, u32 cached_flags) in exit_to_usermode_loop() argument239 if (cached_flags & _TIF_NEED_RESCHED) in exit_to_usermode_loop()242 if (cached_flags & _TIF_UPROBE) in exit_to_usermode_loop()246 if (cached_flags & _TIF_SIGPENDING) in exit_to_usermode_loop()249 if (cached_flags & _TIF_NOTIFY_RESUME) { in exit_to_usermode_loop()254 if (cached_flags & _TIF_USER_RETURN_NOTIFY) in exit_to_usermode_loop()260 cached_flags = READ_ONCE(pt_regs_to_thread_info(regs)->flags); in exit_to_usermode_loop()262 if (!(cached_flags & EXIT_TO_USERMODE_LOOP_FLAGS)) in exit_to_usermode_loop()272 u32 cached_flags; in prepare_exit_to_usermode() local279 cached_flags = READ_ONCE(ti->flags); in prepare_exit_to_usermode()[all …]