Searched refs:syscall_get_arch (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/arch/x86/um/asm/
H A Dsyscall.h12 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/alpha/include/asm/
H A Dsyscall.h7 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/include/asm-generic/
H A Dsyscall.h121 * syscall_get_arch - return the AUDIT_ARCH for the current system call
133 int syscall_get_arch(struct task_struct *task);
/linux-master/arch/hexagon/include/asm/
H A Dsyscall.h48 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/openrisc/include/asm/
H A Dsyscall.h60 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/x86/include/asm/
H A Dsyscall.h88 static inline int syscall_get_arch(struct task_struct *task) function
119 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/parisc/include/asm/
H A Dsyscall.h58 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/nios2/include/asm/
H A Dsyscall.h61 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/microblaze/include/asm/
H A Dsyscall.h75 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/csky/include/asm/
H A Dsyscall.h63 syscall_get_arch(struct task_struct *task) function
/linux-master/arch/xtensa/include/asm/
H A Dsyscall.h17 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/sh/include/asm/
H A Dsyscall_32.h60 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/arc/include/asm/
H A Dsyscall.h71 syscall_get_arch(struct task_struct *task) function
/linux-master/arch/loongarch/include/asm/
H A Dsyscall.h64 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/powerpc/include/asm/
H A Dsyscall.h113 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/m68k/include/asm/
H A Dsyscall.h64 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/arm64/include/asm/
H A Dsyscall.h80 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/arm/include/asm/
H A Dsyscall.h83 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/riscv/include/asm/
H A Dsyscall.h69 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/sparc/include/asm/
H A Dsyscall.h120 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/s390/include/asm/
H A Dsyscall.h81 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/arch/mips/include/asm/
H A Dsyscall.h143 static inline int syscall_get_arch(struct task_struct *task) function
/linux-master/kernel/entry/
H A Dsyscall_user_dispatch.c29 info.si_arch = syscall_get_arch(current);
/linux-master/kernel/
H A Dptrace.c974 .arch = syscall_get_arch(child),
H A Dauditsc.c2038 context->arch = syscall_get_arch(current);
3012 signr, syscall_get_arch(current), syscall,

Completed in 244 milliseconds

12