Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dsyscall.h54 if (test_thread_flag(TIF_32BIT_REGS)) in mips_get_syscall_arg()
103 test_tsk_thread_flag(task, TIF_32BIT_REGS)) && in syscall_get_arguments()
126 if (!test_thread_flag(TIF_32BIT_REGS)) { in syscall_get_arch()
Dthread_info.h109 #define TIF_32BIT_REGS 22 /* 32-bit general purpose registers */ macro
131 #define _TIF_32BIT_REGS (1<<TIF_32BIT_REGS)
Delf.h329 set_thread_flag(TIF_32BIT_REGS); \
360 clear_thread_flag(TIF_32BIT_REGS); \
/linux-4.4.14/arch/mips/kernel/
Dptrace.c660 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) in task_user_regset_view()