Home
last modified time | relevance | path

Searched refs:_TIF_RESTOREALL (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsyscall_64.c170 if (likely(!(ti_flags & (_TIF_NOERROR | _TIF_RESTOREALL)))) { in syscall_exit_prepare()
177 if (ti_flags & _TIF_RESTOREALL) in syscall_exit_prepare()
178 ret = _TIF_RESTOREALL; in syscall_exit_prepare()
188 ret |= _TIF_RESTOREALL; in syscall_exit_prepare()
205 ret |= _TIF_RESTOREALL; in syscall_exit_prepare()
284 ret |= _TIF_RESTOREALL; in interrupt_exit_user_prepare()
H A Dsyscalls.c133 ti->flags |= _TIF_RESTOREALL; in SYSCALL_DEFINE0()
H A Dentry_32.S533 andi. r0,r9,_TIF_RESTOREALL
H A Dprocess.c1700 ti->flags |= _TIF_RESTOREALL; in copy_thread()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A 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()
H A Dsyscall.c78 * If system call is called with TM active, set _TIF_RESTOREALL to in system_call_exception()
88 set_bits(_TIF_RESTOREALL, &current_thread_info()->flags); in system_call_exception()
H A Dsyscalls.c124 ti->flags |= _TIF_RESTOREALL; in SYSCALL_DEFINE0()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dthread_info.h133 #define _TIF_RESTOREALL (1<<TIF_RESTOREALL) macro
149 #define _TIF_PERSYSCALL_MASK (_TIF_RESTOREALL|_TIF_NOERROR)
/kernel/linux/linux-6.6/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)

Completed in 7 milliseconds