Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/
Dinterrupt.c196 ret |= _TIF_RESTOREALL; in interrupt_exit_user_prepare_main()
280 if (likely(!(ti_flags & (_TIF_NOERROR | _TIF_RESTOREALL)))) { in syscall_exit_prepare()
287 if (ti_flags & _TIF_RESTOREALL) in syscall_exit_prepare()
288 ret = _TIF_RESTOREALL; in syscall_exit_prepare()
298 ret |= _TIF_RESTOREALL; in syscall_exit_prepare()
Dsyscalls.c124 ti->flags |= _TIF_RESTOREALL; in SYSCALL_DEFINE0()
Dsyscall.c88 set_bits(_TIF_RESTOREALL, &current_thread_info()->flags); in system_call_exception()
Dprocess.c1745 ti->flags |= _TIF_RESTOREALL; in copy_thread()
/linux-6.1.9/arch/powerpc/include/asm/
Dthread_info.h132 #define _TIF_RESTOREALL (1<<TIF_RESTOREALL) macro
147 #define _TIF_PERSYSCALL_MASK (_TIF_RESTOREALL|_TIF_NOERROR)