Searched refs:TIF_32BIT (Results 26 - 36 of 36) sorted by relevance

12

/arch/parisc/include/asm/
H A Dprocessor.h293 #define USER_WIDE_MODE (!test_thread_flag(TIF_32BIT))
/arch/parisc/kernel/
H A Dsys_parisc.c149 BUG_ON(!test_thread_flag(TIF_32BIT));
/arch/powerpc/include/asm/
H A Dprocessor.h120 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \
/arch/powerpc/perf/
H A Dcallchain.c293 return !test_ti_thread_flag(task_thread_info(current), TIF_32BIT);
/arch/sparc/mm/
H A Dfault_64.c304 if (test_thread_flag(TIF_32BIT)) {
/arch/sparc/kernel/
H A Dvisemul.c302 if (test_thread_flag(TIF_32BIT)) {
812 if (test_thread_flag(TIF_32BIT))
H A Dptrace_64.c844 if (test_tsk_thread_flag(task, TIF_32BIT))
H A Dperf_event.c1804 if (test_thread_flag(TIF_32BIT))
/arch/sparc/math-emu/
H A Dmath_64.c189 if (test_thread_flag(TIF_32BIT))
/arch/powerpc/kernel/
H A Dprocess.c1141 clear_tsk_thread_flag(p, TIF_32BIT);
H A Dptrace.c845 if (test_tsk_thread_flag(task, TIF_32BIT))

Completed in 212 milliseconds

12