Home
last modified time | relevance | path

Searched refs:TIF_X32 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess_64.c517 test_thread_flag(TIF_X32) in compat_start_thread()
644 clear_thread_flag(TIF_X32); in set_personality_64bit()
664 set_thread_flag(TIF_X32); in __set_personality_x32()
666 current->mm->context.ia32_compat = TIF_X32; in __set_personality_x32()
685 clear_thread_flag(TIF_X32); in __set_personality_ia32()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dthread_info.h105 #define TIF_X32 30 /* 32-bit native x86-64 binary */ macro
134 #define _TIF_X32 (1 << TIF_X32)
H A Delf.h364 if (test_thread_flag(TIF_X32)) \
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H A Dvma.c419 if (test_thread_flag(TIF_X32)) { in compat_arch_setup_additional_pages()

Completed in 3 milliseconds