Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Daudit.h8 extern int s390_classify_syscall(unsigned);
H A Dcompat_audit.c32 int s390_classify_syscall(unsigned syscall) in s390_classify_syscall() function
H A Daudit.c46 return s390_classify_syscall(syscall); in audit_classify_syscall()