Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dinterrupt.c151 current_thread_info()->flags |= _TIF_RESTOREALL; in system_call_exception()
358 ret |= _TIF_RESTOREALL; in interrupt_exit_user_prepare_main()
443 if (likely(!(ti_flags & (_TIF_NOERROR | _TIF_RESTOREALL)))) { in syscall_exit_prepare()
450 if (ti_flags & _TIF_RESTOREALL) in syscall_exit_prepare()
451 ret = _TIF_RESTOREALL; in syscall_exit_prepare()
461 ret |= _TIF_RESTOREALL; in syscall_exit_prepare()
A Dsyscalls.c119 ti->flags |= _TIF_RESTOREALL; in SYSCALL_DEFINE0()
A Dprocess.c1716 ti->flags |= _TIF_RESTOREALL; in copy_thread()
/linux/arch/powerpc/include/asm/
A Dthread_info.h126 #define _TIF_RESTOREALL (1<<TIF_RESTOREALL) macro
141 #define _TIF_PERSYSCALL_MASK (_TIF_RESTOREALL|_TIF_NOERROR)

Completed in 10 milliseconds