Home
last modified time | relevance | path

Searched refs:TS_COMPAT (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/include/asm/
H A Dsyscall.h63 if (task->thread_info.status & (TS_COMPAT|TS_I386_REGS_POKED)) in syscall_get_error()
124 if (task->thread_info.status & TS_COMPAT) { in syscall_get_arguments()
148 if (task->thread_info.status & TS_COMPAT) { in syscall_set_arguments()
171 task->thread_info.status & TS_COMPAT) in syscall_get_arch()
H A Dthread_info.h209 #define TS_COMPAT 0x0002 /* 32bit syscall active (64BIT)*/ macro
224 current_thread_info()->status & TS_COMPAT)
H A Dentry-common.h82 current_thread_info()->status &= ~(TS_COMPAT | TS_I386_REGS_POKED); in arch_exit_to_user_mode_prepare()
/linux/arch/x86/kernel/
H A Dprocess_64.c724 current_thread_info()->status &= ~TS_COMPAT; in set_personality_64bit()
751 current_thread_info()->status &= ~TS_COMPAT; in __set_personality_x32()
769 current_thread_info()->status |= TS_COMPAT; in __set_personality_ia32()
H A Dsignal.c318 if (current->restart_block.arch_data & TS_COMPAT) in get_nr_restart_syscall()
H A Duprobes.c1843 ti->status |= TS_COMPAT; in arch_uprobe_get_xol_area()
1845 ti->status &= ~TS_COMPAT; in arch_uprobe_get_xol_area()
/linux/arch/x86/entry/
H A Dsyscall_32.c55 current_thread_info()->status |= TS_COMPAT; in syscall_32_enter()