Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsyscall_64.c156 unsigned long *ti_flagsp = &current_thread_info()->flags; in syscall_exit_prepare() local
167 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 = &current_thread_info()->flags; in interrupt_exit_user_prepare() local
277 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 = &current_thread_info()->flags; in interrupt_exit_kernel_prepare() local
353 if (unlikely(*ti_flagsp & _TIF_EMULATE_STACK_STORE)) { in interrupt_exit_kernel_prepare()
[all …]