Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Daudit.h392 #define __AUDIT_ARCH_LE 0x40000000 macro
398 #define AUDIT_ARCH_ARCV2 (EM_ARCV2|__AUDIT_ARCH_LE)
400 #define AUDIT_ARCH_ARM (EM_ARM|__AUDIT_ARCH_LE)
402 #define AUDIT_ARCH_C6X (EM_TI_C6000|__AUDIT_ARCH_LE)
404 #define AUDIT_ARCH_CRIS (EM_CRIS|__AUDIT_ARCH_LE)
405 #define AUDIT_ARCH_CSKY (EM_CSKY|__AUDIT_ARCH_LE)
409 #define AUDIT_ARCH_I386 (EM_386|__AUDIT_ARCH_LE)
415 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
422 #define AUDIT_ARCH_NDS32 (EM_NDS32|__AUDIT_ARCH_LE)
432 #define AUDIT_ARCH_RISCV32 (EM_RISCV|__AUDIT_ARCH_LE)
[all …]
/linux-6.15/arch/sh/include/asm/
H A Dseccomp.h12 #define __SECCOMP_ARCH_LE __AUDIT_ARCH_LE
H A Dsyscall_32.h65 arch |= __AUDIT_ARCH_LE; in syscall_get_arch()
/linux-6.15/arch/powerpc/include/asm/
H A Dseccomp.h12 #define __SECCOMP_ARCH_LE __AUDIT_ARCH_LE
/linux-6.15/arch/mips/include/asm/
H A Dsyscall.h139 arch |= __AUDIT_ARCH_LE; in syscall_get_arch()