Home
last modified time | relevance | path

Searched refs:ia32_classify_syscall (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Daudit_64.c43 extern int ia32_classify_syscall(unsigned); in audit_classify_syscall()
45 return ia32_classify_syscall(syscall); in audit_classify_syscall()
/linux-4.4.14/arch/x86/ia32/
Daudit.c28 int ia32_classify_syscall(unsigned syscall) in ia32_classify_syscall() function