Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsyscall_64.c170 if (likely(!(ti_flags & (_TIF_NOERROR | _TIF_RESTOREALL)))) { in syscall_exit_prepare()
177 if (ti_flags & _TIF_RESTOREALL) in syscall_exit_prepare()
178 ret = _TIF_RESTOREALL; in syscall_exit_prepare()
188 ret |= _TIF_RESTOREALL; in syscall_exit_prepare()
205 ret |= _TIF_RESTOREALL; in syscall_exit_prepare()
284 ret |= _TIF_RESTOREALL; in interrupt_exit_user_prepare()
H A Dsyscalls.c133 ti->flags |= _TIF_RESTOREALL; in SYSCALL_DEFINE0()
H A Dprocess.c1700 ti->flags |= _TIF_RESTOREALL; in copy_thread()
H A Dentry_32.S533 andi. r0,r9,_TIF_RESTOREALL
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dthread_info.h133 #define _TIF_RESTOREALL (1<<TIF_RESTOREALL) macro
149 #define _TIF_PERSYSCALL_MASK (_TIF_RESTOREALL|_TIF_NOERROR)