Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpage_64_types.h62 #define TASK_SIZE_LOW (test_thread_flag(TIF_ADDR32) ? \
64 #define TASK_SIZE (test_thread_flag(TIF_ADDR32) ? \
66 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \
H A Dthread_info.h103 #define TIF_ADDR32 27 /* 32-bit address space on 64 bits */ macro
116 #define _TIF_ADDR32 BIT(TIF_ADDR32)
H A Delf.h307 test_thread_flag(TIF_ADDR32)); in mmap_is_ia32()
/linux/arch/x86/kernel/
H A Dprocess_64.c721 clear_thread_flag(TIF_ADDR32); in set_personality_64bit()
776 set_thread_flag(TIF_ADDR32); in set_personality_ia32()
H A Duprobes.c1842 if (test_thread_flag(TIF_ADDR32)) in arch_uprobe_get_xol_area()