Searched refs:TIF_32BIT_ADDR (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dprocessor.h76 (((test_thread_flag(TIF_32BIT_ADDR) ? \
84 (test_thread_flag(TIF_32BIT_ADDR) ? \
87 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE)
89 #define TASK_IS_32BIT_ADDR test_thread_flag(TIF_32BIT_ADDR)
H A Dthread_info.h120 #define TIF_32BIT_ADDR 23 /* 32-bit address space (o32/n32) */ macro
144 #define _TIF_32BIT_ADDR (1<<TIF_32BIT_ADDR)
H A Delf.h265 set_thread_flag(TIF_32BIT_ADDR); \
277 set_thread_flag(TIF_32BIT_ADDR); \
303 clear_thread_flag(TIF_32BIT_ADDR); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dinput-compat.h27 # define INPUT_COMPAT_TEST test_thread_flag(TIF_32BIT_ADDR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsyscall.c87 task_size = test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE;
H A Dptrace.c229 if (test_tsk_thread_flag(child, TIF_32BIT_ADDR)) {

Completed in 284 milliseconds