Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Daudit_32.h5 extern int ppc32_classify_syscall(unsigned);
H A Dcompat_audit.c33 int ppc32_classify_syscall(unsigned syscall) in ppc32_classify_syscall() function
H A Daudit.c47 return ppc32_classify_syscall(syscall); in audit_classify_syscall()