Home
last modified time | relevance | path

Searched refs:_TIF_32BIT (Results 1 – 9 of 9) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dthread_info.h61 #define _TIF_32BIT (1 << TIF_32BIT) macro
/linux/arch/arm64/include/asm/
H A Dthread_info.h102 #define _TIF_32BIT (1 << TIF_32BIT) macro
/linux/arch/powerpc/include/asm/
H A Dthread_info.h129 #define _TIF_32BIT (1<<TIF_32BIT) macro
/linux/arch/sparc/include/asm/
H A Dthread_info_64.h205 #define _TIF_32BIT (1<<TIF_32BIT) macro
/linux/arch/arm64/kernel/
H A Dprocess.c643 (_TIF_32BIT | _TIF_TSC_SIGSEGV)) != in cntkctl_thread_switch()
645 (_TIF_32BIT | _TIF_TSC_SIGSEGV))) in cntkctl_thread_switch()
/linux/arch/sparc/kernel/
H A Dwinfixup.S48 andcc %g1, _TIF_32BIT, %g0
H A Detrap_64.S86 and %g3, _TIF_32BIT, %g3
H A Drtrap_64.S274 andcc %g3, _TIF_32BIT, %g0
H A Dprocess_64.c603 if (t->flags & _TIF_32BIT) { in copy_thread()