Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/entry/
H A Dcommon.c138 void __weak arch_do_signal_or_restart(struct pt_regs *regs, bool has_signal) { } in arch_do_signal_or_restart() function
145 arch_do_signal_or_restart(regs, ti_work & _TIF_SIGPENDING); in handle_signal_work()
/OK3568_Linux_fs/kernel/include/linux/
H A Dentry-common.h268 void arch_do_signal_or_restart(struct pt_regs *regs, bool has_signal);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsignal.c801 void arch_do_signal_or_restart(struct pt_regs *regs, bool has_signal) in arch_do_signal_or_restart() function