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

/linux-master/include/asm-generic/
H A Dsyscall.h41 * syscall_rollback - roll back registers after an aborted system call
56 void syscall_rollback(struct task_struct *task, struct pt_regs *regs);
/linux-master/arch/openrisc/include/asm/
H A Dsyscall.h29 syscall_rollback(struct task_struct *task, struct pt_regs *regs) function
/linux-master/arch/parisc/include/asm/
H A Dsyscall.h52 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/nios2/include/asm/
H A Dsyscall.h18 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/microblaze/include/asm/
H A Dsyscall.h17 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/csky/include/asm/
H A Dsyscall.h27 syscall_rollback(struct task_struct *task, struct pt_regs *regs) function
/linux-master/arch/xtensa/include/asm/
H A Dsyscall.h31 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/sh/include/asm/
H A Dsyscall_32.h18 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/um/include/asm/
H A Dsyscall-generic.h24 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/arc/include/asm/
H A Dsyscall.h27 syscall_rollback(struct task_struct *task, struct pt_regs *regs) function
/linux-master/arch/loongarch/include/asm/
H A Dsyscall.h29 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/powerpc/include/asm/
H A Dsyscall.h42 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/m68k/include/asm/
H A Dsyscall.h17 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/arm64/include/asm/
H A Dsyscall.h26 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/arm/include/asm/
H A Dsyscall.h45 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/riscv/include/asm/
H A Dsyscall.h33 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/sparc/include/asm/
H A Dsyscall.h28 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/s390/include/asm/
H A Dsyscall.h27 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/mips/include/asm/
H A Dsyscall.h105 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/arch/x86/include/asm/
H A Dsyscall.h41 static inline void syscall_rollback(struct task_struct *task, function
/linux-master/kernel/entry/
H A Dsyscall_user_dispatch.c66 syscall_rollback(current, regs);
/linux-master/kernel/
H A Dseccomp.c1237 syscall_rollback(current, current_pt_regs());
1312 syscall_rollback(current, current_pt_regs());

Completed in 409 milliseconds