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

/linux-master/arch/arm64/kernel/
H A Dsyscall.c69 static inline bool has_syscall_work(unsigned long flags) function
110 if (has_syscall_work(flags)) {
140 if (!has_syscall_work(flags) && !IS_ENABLED(CONFIG_DEBUG_RSEQ)) {
142 if (!has_syscall_work(flags) && !(flags & _TIF_SINGLESTEP))

Completed in 258 milliseconds