Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Daudit.h5 int ia32_classify_syscall(unsigned int syscall);
/openbmc/linux/arch/x86/ia32/
H A Daudit.c31 int ia32_classify_syscall(unsigned syscall) in ia32_classify_syscall() function
/openbmc/linux/arch/x86/kernel/
H A Daudit_64.c46 return ia32_classify_syscall(syscall); in audit_classify_syscall()