Home
last modified time | relevance | path

Searched refs:AUDIT_ARCH_I386 (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dseccomp.h24 # define SECCOMP_ARCH_COMPAT AUDIT_ARCH_I386
34 # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_I386
H A Dsyscall.h90 return AUDIT_ARCH_I386; in syscall_get_arch()
124 ? AUDIT_ARCH_I386 : AUDIT_ARCH_X86_64; in syscall_get_arch()
/linux/arch/x86/kernel/
H A Daudit_64.c36 if (arch == AUDIT_ARCH_I386) in audit_classify_arch()
45 if (abi == AUDIT_ARCH_I386) in audit_classify_syscall()
/linux/arch/x86/um/asm/
H A Dsyscall.h15 return AUDIT_ARCH_I386; in syscall_get_arch()
/linux/samples/seccomp/
H A Ddropper.c68 "\n", AUDIT_ARCH_I386, AUDIT_ARCH_X86_64); in main()
/linux/include/uapi/linux/
H A Daudit.h403 #define AUDIT_ARCH_I386 (EM_386|__AUDIT_ARCH_LE) macro