Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dsyscall.c70 static inline bool has_syscall_work(unsigned long flags) in has_syscall_work() function
111 if (has_syscall_work(flags)) { in el0_svc_common()
141 if (!has_syscall_work(flags) && !IS_ENABLED(CONFIG_DEBUG_RSEQ)) { in el0_svc_common()
143 if (!has_syscall_work(flags) && !(flags & _TIF_SINGLESTEP)) in el0_svc_common()