Home
last modified time | relevance | path

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

/linux-6.15/arch/parisc/include/asm/
H A Dthread_info.h61 #define _TIF_32BIT (1 << TIF_32BIT) macro
/linux-6.15/arch/arm64/include/asm/
H A Dthread_info.h97 #define _TIF_32BIT (1 << TIF_32BIT) macro
/linux-6.15/arch/powerpc/include/asm/
H A Dthread_info.h129 #define _TIF_32BIT (1<<TIF_32BIT) macro
/linux-6.15/arch/sparc/include/asm/
H A Dthread_info_64.h205 #define _TIF_32BIT (1<<TIF_32BIT) macro
/linux-6.15/arch/arm64/kernel/
H A Dprocess.c608 (_TIF_32BIT | _TIF_TSC_SIGSEGV)) != in cntkctl_thread_switch()
610 (_TIF_32BIT | _TIF_TSC_SIGSEGV))) in cntkctl_thread_switch()
/linux-6.15/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.c601 if (t->flags & _TIF_32BIT) { in copy_thread()