Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/
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()
Dsyscalls.c124 ti->flags |= _TIF_RESTOREALL; in SYSCALL_DEFINE0()
Dsyscall.c88 set_bits(_TIF_RESTOREALL, &current_thread_info()->flags); in system_call_exception()
/linux-6.12.1/arch/powerpc/include/asm/
Dthread_info.h133 #define _TIF_RESTOREALL (1<<TIF_RESTOREALL) macro
148 #define _TIF_PERSYSCALL_MASK (_TIF_RESTOREALL|_TIF_NOERROR)