Searched refs:clear_pt_regs_flag (Results 1 – 4 of 4) sorted by relevance
155 static inline void clear_pt_regs_flag(struct pt_regs *regs, int flag) in clear_pt_regs_flag() function169 clear_pt_regs_flag(regs, flag); in test_and_clear_pt_regs_flag()
174 clear_pt_regs_flag(regs, PIF_SYSCALL); /* No longer in a system call */ in restore_sigregs()494 clear_pt_regs_flag(regs, PIF_SYSCALL); in arch_do_signal_or_restart()505 clear_pt_regs_flag(regs, PIF_SYSCALL); in arch_do_signal_or_restart()
60 clear_pt_regs_flag(regs, PIF_SYSCALL); in __ret_from_fork()
121 clear_pt_regs_flag(regs, PIF_SYSCALL); /* No longer in a system call */ in restore_sigregs32()
Completed in 8 milliseconds