Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Daudit.h352 #define __AUDIT_ARCH_LE 0x40000000 macro
354 #define AUDIT_ARCH_AARCH64 (EM_AARCH64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
355 #define AUDIT_ARCH_ALPHA (EM_ALPHA|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
356 #define AUDIT_ARCH_ARM (EM_ARM|__AUDIT_ARCH_LE)
358 #define AUDIT_ARCH_CRIS (EM_CRIS|__AUDIT_ARCH_LE)
360 #define AUDIT_ARCH_I386 (EM_386|__AUDIT_ARCH_LE)
361 #define AUDIT_ARCH_IA64 (EM_IA_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
366 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
370 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
371 #define AUDIT_ARCH_MIPSEL64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE|\
[all …]
/linux-4.4.14/arch/sh/include/asm/
Dsyscall_64.h73 arch |= __AUDIT_ARCH_LE; in syscall_get_arch()
Dsyscall_32.h102 arch |= __AUDIT_ARCH_LE; in syscall_get_arch()
/linux-4.4.14/arch/powerpc/include/asm/
Dsyscall.h107 arch |= __AUDIT_ARCH_LE; in syscall_get_arch()
/linux-4.4.14/arch/mips/include/asm/
Dsyscall.h134 arch |= __AUDIT_ARCH_LE; in syscall_get_arch()
/linux-4.4.14/arch/x86/entry/
Dentry_64.S42 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
44 #define __AUDIT_ARCH_LE 0x40000000 macro