Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/entry/
H A Dcommon.c248 u32 cached_flags = READ_ONCE(current_thread_info()->flags); in syscall_exit_to_user_mode_prepare() local
265 if (unlikely(cached_flags & SYSCALL_EXIT_WORK)) in syscall_exit_to_user_mode_prepare()
266 syscall_exit_work(regs, cached_flags); in syscall_exit_to_user_mode_prepare()