Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A Dinterrupt.c198 ret |= _TIF_RESTOREALL; in interrupt_exit_user_prepare_main()
282 if (likely(!(ti_flags & (_TIF_NOERROR | _TIF_RESTOREALL)))) { in syscall_exit_prepare()
289 if (ti_flags & _TIF_RESTOREALL) in syscall_exit_prepare()
290 ret = _TIF_RESTOREALL; in syscall_exit_prepare()
300 ret |= _TIF_RESTOREALL; in syscall_exit_prepare()
A Dsyscalls.c124 ti->flags |= _TIF_RESTOREALL; in SYSCALL_DEFINE0()
A Dsyscall.c88 set_bits(_TIF_RESTOREALL, &current_thread_info()->flags); in system_call_exception()
A Dprocess.c1777 ti->flags |= _TIF_RESTOREALL; in copy_thread()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dthread_info.h132 #define _TIF_RESTOREALL (1<<TIF_RESTOREALL) macro
147 #define _TIF_PERSYSCALL_MASK (_TIF_RESTOREALL|_TIF_NOERROR)

Completed in 8 milliseconds