Home
last modified time | relevance | path

Searched refs:TIF_ADDR32 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpage_64_types.h73 #define TASK_SIZE_LOW (test_thread_flag(TIF_ADDR32) ? \
75 #define TASK_SIZE (test_thread_flag(TIF_ADDR32) ? \
77 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \
H A Dthread_info.h108 #define TIF_ADDR32 29 /* 32-bit address space on 64 bits */ macro
130 #define _TIF_ADDR32 (1 << TIF_ADDR32)
H A Delf.h310 test_thread_flag(TIF_ADDR32)); in mmap_is_ia32()
/linux/arch/x86/kernel/
H A Dprocess_64.c720 clear_thread_flag(TIF_ADDR32); in set_personality_64bit()
775 set_thread_flag(TIF_ADDR32); in set_personality_ia32()