Searched refs:ti_flagsp (Results 1 – 1 of 1) sorted by relevance
156 unsigned long *ti_flagsp = ¤t_thread_info()->flags; in syscall_exit_prepare() local167 ti_flags = *ti_flagsp; in syscall_exit_prepare()181 clear_bits(_TIF_PERSYSCALL_MASK, ti_flagsp); in syscall_exit_prepare()193 ti_flags = READ_ONCE(*ti_flagsp); in syscall_exit_prepare()209 ti_flags = READ_ONCE(*ti_flagsp); in syscall_exit_prepare()257 unsigned long *ti_flagsp = ¤t_thread_info()->flags; in interrupt_exit_user_prepare() local277 ti_flags = READ_ONCE(*ti_flagsp); in interrupt_exit_user_prepare()288 ti_flags = READ_ONCE(*ti_flagsp); in interrupt_exit_user_prepare()341 unsigned long *ti_flagsp = ¤t_thread_info()->flags; in interrupt_exit_kernel_prepare() local353 if (unlikely(*ti_flagsp & _TIF_EMULATE_STACK_STORE)) { in interrupt_exit_kernel_prepare()[all …]