Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dthread_info.h115 #define _TIF_RESTOREALL (1<<TIF_RESTOREALL) macro
131 #define _TIF_PERSYSCALL_MASK (_TIF_RESTOREALL|_TIF_NOERROR)
/Linux-v4.19/arch/powerpc/kernel/
Dsyscalls.c138 ti->flags |= _TIF_RESTOREALL; in sys_switch_endian()
Dentry_64.S361 andi. r0,r9,_TIF_RESTOREALL
Dentry_32.S514 andi. r0,r9,_TIF_RESTOREALL
Dprocess.c1656 ti->flags |= _TIF_RESTOREALL; in copy_thread()