Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dinterrupt.c197 ret |= _TIF_RESTOREALL; in interrupt_exit_user_prepare_main()
281 if (likely(!(ti_flags & (_TIF_NOERROR | _TIF_RESTOREALL)))) { in syscall_exit_prepare()
288 if (ti_flags & _TIF_RESTOREALL) in syscall_exit_prepare()
289 ret = _TIF_RESTOREALL; in syscall_exit_prepare()
299 ret |= _TIF_RESTOREALL; in syscall_exit_prepare()
H A Dsyscalls.c124 ti->flags |= _TIF_RESTOREALL; in SYSCALL_DEFINE0()
H A Dsyscall.c88 set_bits(_TIF_RESTOREALL, &current_thread_info()->flags); in system_call_exception()
/linux/arch/powerpc/include/asm/
H A Dthread_info.h133 #define _TIF_RESTOREALL (1<<TIF_RESTOREALL) macro
148 #define _TIF_PERSYSCALL_MASK (_TIF_RESTOREALL|_TIF_NOERROR)