Home
last modified time | relevance | path

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

/linux/kernel/entry/
H A Dsyscall-common.c10 static inline void syscall_enter_audit(struct pt_regs *regs, long syscall) syscall_enter_audit() function
/linux/include/linux/
H A Dentry-common.h72 static inline void syscall_enter_audit(struct pt_regs *regs, long syscall) in syscall_enter_audit() function
124 syscall_enter_audit(regs, syscall); in syscall_trace_enter()